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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIORegistryEntry.cpp1024 char lastPathChar, lastLocationChar; local
1028 lastPathChar = cmp[0];
1031 if( lastPathChar) {
1033 lastPathChar = *cmp++;
1046 if (!lastPathChar && !lastLocationChar) {
1051 if( (',' != lastPathChar) && (':' != lastPathChar))
1052 lastPathChar = 0;
1054 if (lastPathChar && lastLocationChar && (lastPathChar !
[all...]

Completed in 78 milliseconds