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

/external/lzma/CPP/Windows/
H A DFileName.cpp86 bool IsSuperPath(const wchar_t *s) throw() { return IS_SUPER_PREFIX(s); } function in namespace:NWindows::NFile::NName
92 bool IsSuperPath(CFSTR s) throw() { return IS_SUPER_PREFIX(s); } function in namespace:NWindows::NFile::NName
145 if (IsSuperPath(s))
192 if (IsSuperPath(s))
477 if (IsSuperPath(curDir))
638 if (IsSuperPath(curDir))

Completed in 47 milliseconds