Searched refs:compLen (Results 1 - 1 of 1) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIORegistryEntry.cpp851 int len, maxLength, compLen, aliasLen; local
917 compLen = alias->getLength();
918 ok = (maxLength > (len + compLen));
920 strlcpy( nextComp, alias->getCStringNoCopy(), compLen + 1);
922 compLen = maxLength - len;
923 ok = entry->getPathComponent( nextComp + 1, &compLen, plane );
925 if( ok && compLen) {
926 compLen++;
932 len += compLen;
933 nextComp += compLen;
[all...]

Completed in 67 milliseconds