Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DFileName.cpp63 bool IsDrivePath(const wchar_t *s) throw() { return IS_LETTER_CHAR(s[0]) && s[1] == ':' && IS_SEPAR… in IsDrivePath() function
189 bool IsDrivePath(CFSTR s) throw() { return IS_LETTER_CHAR(s[0]) && s[1] == ':' && IS_SEPAR(s[2]); } in IsDrivePath() function
198 return IsDrivePath(s); in IsDrivePath_SuperAllowed()
205 return IsDrivePath(s) && s[kDrivePrefixSize] == 0; in IsDriveRootPath_SuperAllowed()
251 if (IsDrivePath(s)) in GetRootPrefixSize_Of_SimplePath()
300 if (IsDrivePath(s)) in GetRootPrefixSize_Of_SimplePath()
609 if (IsDrivePath(s)) in GetSuperPathBase()
638 if (IsDrivePath(curDir)) in GetSuperPathBase()
798 if (IsDrivePath(curDir)) in GetFullPath()
DFileName.h20 bool IsDrivePath(const wchar_t *s) throw(); // first 3 chars are drive chars like "a:\\"
56 bool IsDrivePath(CFSTR s) throw();
DFileLink.cpp118 if (!IsDrivePath(path)) in FillLinkData()
320 if (!IsDrivePath(SubsName.Ptr(k_LinkPrefix_Size))) in IsOkNamePair()
343 if (IsDrivePath(s.Ptr(k_LinkPrefix_Size))) in GetPath()
DFileFind.cpp531 if (NName::IsDrivePath(path + rootSize) && path[rootSize + 3] == 0) in Find()
/external/lzma/CPP/7zip/UI/Common/
DUpdateCallback.cpp296 if (NName::IsDrivePath(to) || in GetRelativePath()
297 NName::IsDrivePath(from)) in GetRelativePath()
DEnumDirItems.cpp888 if (!IsDrivePath(link)) in FillFixedReparse()
/external/lzma/CPP/7zip/UI/FileManager/
DBrowseDialog.cpp267 if (IsDrivePath(FilePath)) in OnInit()
271 if (IsDrivePath(FilePath.Ptr(kSuperPathPrefixSize))) in OnInit()