Home
last modified time | relevance | path

Searched refs:IsDrivePath2 (Results 1 – 9 of 9) sorted by relevance

/external/lzma/CPP/Windows/
DFileName.cpp113 if (len == 2 && IsDrivePath2(s)) in IsAltPathPrefix()
214 bool IsDrivePath2(const wchar_t *s) throw() { return IS_LETTER_CHAR(s[0]) && s[1] == ':'; } in IsDrivePath2() function
229 if (s.Len() - pos == 2 && IsDrivePath2(s.Ptr(pos))) in IsAltStreamPrefixWithColon()
252 bool IsDrivePath2(CFSTR s) throw() { return IS_LETTER_CHAR(s[0]) && s[1] == ':'; } in IsDrivePath2() function
275 return IS_SEPAR(s[0]) || IsDrivePath2(s); in IsAbsolutePath()
283 if (IsDrivePath2(path + i)) in FindAltStreamColon()
670 if (IsDrivePath2(s)) in GetSuperPathBase()
DFileName.h52 bool IsDrivePath2(const wchar_t *s) throw(); // first 2 chars are drive chars like "a:"
62 bool IsDrivePath2(CFSTR s) throw(); // first 2 chars are drive chars like "a:"
DFileFind.cpp584 if (NName::IsDrivePath2(path + 4) && path[6] == 0) in Find()
625 if (IsDrivePath2(filePath) && in Find()
/external/lzma/CPP/7zip/UI/Common/
DExtractingFilePath.cpp214 if (parts.Size() > 3 && NWindows::NFile::NName::IsDrivePath2(parts[3])) in Correct_FsPath()
224 else if (NWindows::NFile::NName::IsDrivePath2(parts[0])) in Correct_FsPath()
DArchiveExtractCallback.cpp459 if (NName::IsDrivePath2(s)) in CreateComplexDirectory()
488 if (i == 0 && s.Len() == 2 && NName::IsDrivePath2(s)) in CreateComplexDirectory()
/external/lzma/CPP/7zip/UI/FileManager/
DRootFolder.cpp286 && (name2.Len() != 2 || !NFile::NName::IsDrivePath2(name2))) in Z7_COM7F_IMF()
DPanelCrc.cpp81 if (isRootPrefix && path.Len() == 2 && NName::IsDrivePath2(path)) in GetNextFile()
DPanelItems.cpp1185 if (s.Len() == 2 && NFile::NName::IsDrivePath2(s)) in GetItemRelPath2()
1228 if (s.Len() - start == 2 && NFile::NName::IsDrivePath2(s.Ptr(start))) in Add_ItemRelPath2_To_String()
DPanelFolderChange.cpp144 (sysPath.Len() != 2 || !NName::IsDrivePath2(sysPath))) in BindToPath()