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

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsAppFileLocationProvider.cpp537 mEndPath(aKeyList[0])
543 if (mEndPath)
544 while (!mNext && *mEndPath)
546 const char *pathVar = mEndPath;
547 do { ++mEndPath; } while (*mEndPath && *mEndPath != PATH_SEPARATOR);
550 NS_NewNativeLocalFile(Substring(pathVar, mEndPath),
553 if (*mEndPath == PATH_SEPARATOR)
554 ++mEndPath;
571 const char *mEndPath; member in class:nsPathsDirectoryEnumerator
[all...]

Completed in 32 milliseconds