Home
last modified time | relevance | path

Searched refs:IsSuperPath (Results 1 – 5 of 5) sorted by relevance

/external/lzma/CPP/Windows/
DFileName.cpp76 if (IsSuperPath(s)) in IsAltPathPrefix()
182 bool IsSuperPath(const wchar_t *s) throw() { return IS_SUPER_PREFIX(s); } in IsSuperPath() function
190 bool IsSuperPath(CFSTR s) throw() { return IS_SUPER_PREFIX(s); } in IsSuperPath() function
205 if (IsSuperPath(s)) in IsDriveRootPath_SuperAllowed()
281 if (IsSuperPath(s)) in GetRootPrefixSize()
330 if (IsSuperPath(s)) in GetRootPrefixSize()
632 if (IsSuperPath(curDir)) in GetSuperPathBase()
792 if (IsSuperPath(curDir)) in GetFullPath()
DFileName.h50 bool IsSuperPath(const wchar_t *s) throw();
57 bool IsSuperPath(CFSTR s) throw();
DFileLink.cpp115 if (IsSuperPath(path)) in FillLinkData()
DFileFind.cpp528 if (IsSuperPath(path)) in Find()
/external/lzma/CPP/7zip/UI/FileManager/
DBrowseDialog.cpp269 else if (IsSuperPath(FilePath)) in OnInit()