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

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileOS2.cpp1342 PRInt32 myFilePathLen = myFilePath.Length(); local
1348 if ( strnicmp( myFilePath.get(), inFilePath.get(), myFilePathLen) == 0)
1353 if (inFilePath[myFilePathLen] == '\\')
H A DnsLocalFileWin.cpp2025 PRInt32 myFilePathLen = myFilePath.Length(); local
2031 if ( strnicmp( myFilePath.get(), inFilePath.get(), myFilePathLen) == 0)
2036 if (inFilePath[myFilePathLen] == '\\')

Completed in 51 milliseconds