Home
last modified time | relevance | path

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

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