Home
last modified time | relevance | path

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

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