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

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileOS2.cpp338 char secondChar = *(++begin); local
346 if ( ( (secondChar == ':') && !FindCharInReadable('/', begin, end) ) || // normal path
347 ( (firstChar == '\\') && (secondChar == '\\') ) ) // network path
H A DnsLocalFileWin.cpp586 char secondChar = *(++begin); local
594 if ( ( (secondChar == ':') && !FindCharInReadable('/', begin, end) ) || // normal path
595 ( (firstChar == '\\') && (secondChar == '\\') ) ) // network path

Completed in 53 milliseconds