Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DFileName.cpp85 bool IsDrivePath(const wchar_t *s) throw() { return IS_LETTER_CHAR(s[0]) && s[1] == ':' && s[2] == … in IsDrivePath() function
91 bool IsDrivePath(CFSTR s) throw() { return IS_LETTER_CHAR(s[0]) && s[1] == ':' && s[2] == '\\'; } in IsDrivePath() function
98 return s[0] == WCHAR_PATH_SEPARATOR || IsDrivePath(s); in IsAbsolutePath()
119 if (IsDrivePath(s)) in GetRootPrefixSize_Of_SimplePath()
166 if (IsDrivePath(s)) in GetRootPrefixSize_Of_SimplePath()
454 if (IsDrivePath(s)) in GetSuperPathBase()
485 if (IsDrivePath(curDir)) in GetSuperPathBase()
646 if (IsDrivePath(curDir)) in GetFullPath()
DFileName.h25 bool IsDrivePath(const wchar_t *s) throw();
30 bool IsDrivePath(CFSTR s) throw();
DFileLink.cpp116 if (!IsDrivePath(path)) in FillLinkData()
306 if (!IsDrivePath(SubsName.Ptr(k_LinkPrefix_Size))) in IsOkNamePair()
329 if (IsDrivePath(s.Ptr(k_LinkPrefix_Size))) in GetPath()
/external/lzma/CPP/7zip/UI/Common/
DExtractingFilePath.cpp113 if (i == 0 && isPathFromRoot && NWindows::NFile::NName::IsDrivePath(s)) in MakeCorrectPath()
DUpdateCallback.cpp278 if (NName::IsDrivePath(to) || in GetRelativePath()
279 NName::IsDrivePath(from)) in GetRelativePath()
DEnumDirItems.cpp717 if (!IsDrivePath(link)) in FillFixedReparse()
/external/lzma/CPP/7zip/UI/FileManager/
DBrowseDialog.cpp260 if (NName::IsDrivePath(FilePath)) in OnInit()
264 if (NName::IsDrivePath(&FilePath[kSuperPathPrefixSize])) in OnInit()