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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIORegistryEntry.cpp892 int len, maxLength, compLen, aliasLen; local
958 compLen = alias->getLength();
959 ok = (maxLength > (len + compLen));
961 strlcpy( nextComp, alias->getCStringNoCopy(), compLen + 1);
963 compLen = maxLength - len;
964 ok = entry->getPathComponent( nextComp + 1, &compLen, plane );
966 if( ok && compLen) {
967 compLen++;
973 len += compLen;
974 nextComp += compLen;
[all...]

Completed in 14 milliseconds