Searched refs:getCStringForObject (Results 1 – 1 of 1) sorted by relevance
76 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