Home
last modified time | relevance | path

Searched refs:IsDrivePath (Results 1 – 7 of 7) sorted by relevance

/third_party/lzma/CPP/Windows/
DFileName.cpp95 bool IsDrivePath(const wchar_t *s) throw() { return IS_LETTER_CHAR(s[0]) && s[1] == ':' && IS_SEPAR… in IsDrivePath() function
223 bool IsDrivePath(CFSTR s) throw() { return IS_LETTER_CHAR(s[0]) && s[1] == ':' && IS_SEPAR(s[2]); } in IsDrivePath() function
232 return IsDrivePath(s); in IsDrivePath_SuperAllowed()
239 return IsDrivePath(s) && s[kDrivePrefixSize] == 0; in IsDriveRootPath_SuperAllowed()
285 if (IsDrivePath(s)) in GetRootPrefixSize_Of_SimplePath()
334 if (IsDrivePath(s)) in GetRootPrefixSize_Of_SimplePath()
657 if (IsDrivePath(s)) in GetSuperPathBase()
686 if (IsDrivePath(curDir)) in GetSuperPathBase()
852 if (IsDrivePath(curDir)) in GetFullPath()
DFileName.h24 bool IsDrivePath(const wchar_t *s) throw(); // first 3 chars are drive chars like "a:\\"
60 bool IsDrivePath(CFSTR s) throw();
DFileLink.cpp151 if (!IsDrivePath(path)) in FillLinkData()
391 if (!IsDrivePath(SubsName.Ptr(k_LinkPrefix_Size))) in IsOkNamePair()
423 if (IsDrivePath(s.Ptr(k_LinkPrefix_Size))) in GetPath()
DFileFind.cpp578 if (NName::IsDrivePath(path + rootSize) && path[rootSize + 3] == 0) in Find()
/third_party/lzma/CPP/7zip/UI/Common/
DUpdateCallback.cpp324 if (NName::IsDrivePath(to) || in GetRelativePath()
325 NName::IsDrivePath(from)) in GetRelativePath()
DEnumDirItems.cpp1280 if (!IsDrivePath(link)) in FillFixedReparse()
/third_party/lzma/CPP/7zip/UI/FileManager/
DBrowseDialog.cpp267 if (IsDrivePath(FilePath)) in OnInit()
271 if (IsDrivePath(FilePath.Ptr(kSuperPathPrefixSize))) in OnInit()