Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DFileName.cpp86 bool IsSuperPath(const wchar_t *s) throw() { return IS_SUPER_PREFIX(s); } in IsSuperPath() function
92 bool IsSuperPath(CFSTR s) throw() { return IS_SUPER_PREFIX(s); } in IsSuperPath() function
145 if (IsSuperPath(s)) in GetRootPrefixSize()
192 if (IsSuperPath(s)) in GetRootPrefixSize()
477 if (IsSuperPath(curDir)) in GetSuperPathBase()
638 if (IsSuperPath(curDir)) in GetFullPath()
DFileName.h26 bool IsSuperPath(const wchar_t *s) throw();
31 bool IsSuperPath(CFSTR s) throw();
DFileLink.cpp113 if (IsSuperPath(path)) in FillLinkData()
/external/lzma/CPP/7zip/UI/FileManager/
DBrowseDialog.cpp262 else if (IsSuperPath(FilePath)) in OnInit()