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

/external/lzma/CPP/Windows/
H A DFileName.h26 bool IsSuperPath(const wchar_t *s) throw();
31 bool IsSuperPath(CFSTR s) throw();
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))
H A DFileLink.cpp113 if (IsSuperPath(path))
/external/lzma/CPP/7zip/UI/FileManager/
H A DBrowseDialog.cpp262 else if (IsSuperPath(FilePath))

Completed in 77 milliseconds