Home
last modified time | relevance | path

Searched refs:tmpStr (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/pexpert/arm/
H A Dpe_identify_machine.c168 char const *tmpStr; in pe_arm_get_soc_base_phys() local
172 SecureDTGetProperty(entryP, "device_type", (void const **)&tmpStr, &prop_size); in pe_arm_get_soc_base_phys()
173 strlcpy(gPESoCDeviceTypeBuffer, tmpStr, SOC_DEVICE_TYPE_BUFFER_SIZE); in pe_arm_get_soc_base_phys()
/xnu-11215/iokit/Tests/
H A DTestContainers.cpp468 OSString *tmpStr; in testSymbol() local
470 tmpStr = (i & 1) in testSymbol()
473 if (tmpStr) { in testSymbol()
474 cache[i] = OSSymbol::withString(tmpStr); in testSymbol()
479 tmpStr->release(); in testSymbol()