Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIORegistryEntry.cpp1249 int len, maxLength, compLen, aliasLen; in getPath() local
1272 aliasLen = alias->getLength(); in getPath()
1273 len += aliasLen; in getPath()
1277 strlcpy( nextComp.discard_bounds(), alias->getCStringNoCopy(), aliasLen + 1); in getPath()