Home
last modified time | relevance | path

Searched refs:outStr (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);
845 getCStringForObject(OSObject *inObj, char *outStr, size_t outStrLen) in getCStringForObject() argument
850 if ((NULL == inObj) || (NULL == outStr)) { in getCStringForObject()
858 strlcpy(outStr, ((OSString *)inObj)->getCStringNoCopy(), outStrLen); in getCStringForObject()
864 outStr[i] = buffer[i]; in getCStringForObject()
866 outStr[len] = 0; in getCStringForObject()