Home
last modified time | relevance | path

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

/third_party/lzma/CPP/Windows/
DFileName.cpp108 if (IsSuperPath(s)) in IsAltPathPrefix()
216 bool IsSuperPath(const wchar_t *s) throw() { return IS_SUPER_PREFIX(s); } in IsSuperPath() function
224 bool IsSuperPath(CFSTR s) throw() { return IS_SUPER_PREFIX(s); } in IsSuperPath() function
230 if (IsSuperPath(s)) in IsDrivePath_SuperAllowed()
237 if (IsSuperPath(s)) in IsDriveRootPath_SuperAllowed()
313 if (IsSuperPath(s)) in GetRootPrefixSize()
362 if (IsSuperPath(s)) in GetRootPrefixSize()
678 if (IsSuperPath(curDir)) in GetSuperPathBase()
844 if (IsSuperPath(curDir)) in GetFullPath()
DFileName.h54 bool IsSuperPath(const wchar_t *s) throw();
61 bool IsSuperPath(CFSTR s) throw();
DFileLink.cpp148 if (IsSuperPath(path)) in FillLinkData()
DFileFind.cpp575 if (IsSuperPath(path)) in Find()
/third_party/lzma/CPP/7zip/UI/FileManager/
DBrowseDialog.cpp269 else if (IsSuperPath(FilePath)) in OnInit()