Searched defs:fromNodeCnt (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileCommon.cpp184 PRInt32 thisNodeCnt, fromNodeCnt, nodeIndex; local
198 fromNodeCnt = SplitPath(fromPathPtr, fromNodes, kMaxNodesInPath);
199 if (thisNodeCnt < 0 || fromNodeCnt < 0)
202 for (nodeIndex = 0; nodeIndex < thisNodeCnt && nodeIndex < fromNodeCnt; ++nodeIndex) {
213 for (nodeIndex = branchIndex; nodeIndex < fromNodeCnt; nodeIndex++)

Completed in 54 milliseconds