Home
last modified time | relevance | path

Searched refs:IsDrivePath2 (Results 1 - 5 of 5) sorted by relevance

/third_party/lzma/CPP/Windows/
H A 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()
281 if (IsDrivePath2(path)) in FindAltStreamColon()
668 if (IsDrivePath2(s)) in GetSuperPathBase()
H A 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:"
H A DFileFind.cpp479 if (NName::IsDrivePath2(path + 4) && path[6] == 0) in Find()
520 if (IsDrivePath2(filePath) && in Find()
/third_party/lzma/CPP/7zip/UI/Common/
H A 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()
H A DArchiveExtractCallback.cpp460 if (NName::IsDrivePath2(s)) in CreateComplexDirectory()
489 if (i == 0 && s.Len() == 2 && NName::IsDrivePath2(s)) in CreateComplexDirectory()

Completed in 6 milliseconds