Home
last modified time | relevance | path

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

/xnu-8020.140.41/iokit/Kernel/
H A DIOPlatformExpert.cpp76 static void getCStringForObject(OSObject *inObj, char *outStr, size_t outStrLen);
816 cstr = getCStringForObject(inDictionary->getObject("AAPL,clock-id")); in printDictionaryKeys()
828 getCStringForObject(inDictionary->getObject("name"), nameStr, in printDictionaryKeys()
844 getCStringForObject(OSObject *inObj, char *outStr, size_t outStrLen) in getCStringForObject() function