Home
last modified time | relevance | path

Searched refs:IsSuperOrDevicePath (Results 1 – 3 of 3) sorted by relevance

/third_party/lzma/CPP/Windows/
DFileName.h55 bool IsSuperOrDevicePath(const wchar_t *s) throw();
66 bool IsSuperOrDevicePath(CFSTR s) throw();
DFileName.cpp217 bool IsSuperOrDevicePath(const wchar_t *s) throw() { return IS_SUPER_OR_DEVICE_PATH(s); } in IsSuperOrDevicePath() function
256 bool IsSuperOrDevicePath(CFSTR s) throw() { return IS_SUPER_OR_DEVICE_PATH(s); } in IsSuperOrDevicePath() function
556 if (IsSuperOrDevicePath(s)) in GetUseSuperPathType()
615 if (IsSuperOrDevicePath(s)) in GetSuperPathBase()
/third_party/lzma/CPP/7zip/UI/FileManager/
DBrowseDialog.cpp836 if (!IsSuperOrDevicePath(path)) in MyBrowseForFolder()
870 if (!IsSuperOrDevicePath(FilePath)) in BrowseForFile()
988 if (IsSuperOrDevicePath(path)) in CorrectFsPath()
999 if (IsSuperOrDevicePath(relBase)) in CorrectFsPath()