Home
last modified time | relevance | path

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

/xnu-8020.140.41/iokit/Kernel/
H A DIORegistryEntry.cpp1234 int len, maxLength, compLen, aliasLen; in getPath() local
1255 aliasLen = alias->getLength(); in getPath()
1256 len += aliasLen; in getPath()
1260 strlcpy( nextComp, alias->getCStringNoCopy(), aliasLen + 1); in getPath()