Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DFileName.h51 bool IsSuperOrDevicePath(const wchar_t *s) throw();
58 bool IsSuperOrDevicePath(CFSTR s) throw();
DFileName.cpp183 bool IsSuperOrDevicePath(const wchar_t *s) throw() { return IS_SUPER_OR_DEVICE_PATH(s); } in IsSuperOrDevicePath() function
191 bool IsSuperOrDevicePath(CFSTR s) throw() { return IS_SUPER_OR_DEVICE_PATH(s); } in IsSuperOrDevicePath() function
495 if (IsSuperOrDevicePath(s)) in GetUseSuperPathType()
554 if (IsSuperOrDevicePath(s)) in GetSuperPathBase()
/external/lzma/CPP/7zip/UI/FileManager/
DBrowseDialog.cpp816 if (!IsSuperOrDevicePath(path)) in MyBrowseForFolder()
846 if (!IsSuperOrDevicePath(path)) in MyBrowseForFile()
922 if (IsSuperOrDevicePath(path)) in CorrectFsPath()
935 if (IsSuperOrDevicePath(relBase)) in CorrectFsPath()