Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DArchiveName.cpp41 if (NName::IsDriveRootPath_SuperAllowed(dirPrefix)) in CreateArchiveName2()
DArchiveExtractCallback.cpp548 if (!NName::IsDriveRootPath_SuperAllowed(prefix)) in MakePath_from_2_Parts()
/external/lzma/CPP/Windows/
DFileName.h46 bool IsDriveRootPath_SuperAllowed(CFSTR s) throw(); // exact drive root path "a:\" or "\\?\a:\"
DFileDir.cpp339 if (IsDriveRootPath_SuperAllowed(_path)) in CreateComplexDir()
DFileName.cpp203 bool IsDriveRootPath_SuperAllowed(CFSTR s) throw() in IsDriveRootPath_SuperAllowed() function