Home
last modified time | relevance | path

Searched refs:outStrLen (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
858 strlcpy(outStr, ((OSString *)inObj)->getCStringNoCopy(), outStrLen); in getCStringForObject()