Searched refs:IsDrivePath2 (Results 1 – 5 of 5) sorted by relevance
113 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() function221 bool IsDrivePath2(CFSTR s) throw() { return IS_LETTER_CHAR(s[0]) && s[1] == ':'; } in IsDrivePath2() function244 return IS_SEPAR(s[0]) || IsDrivePath2(s); in IsAbsolutePath()250 if (IsDrivePath2(path)) in FindAltStreamColon()653 if (IsDrivePath2(s)) in GetSuperPathBase()
52 bool IsDrivePath2(const wchar_t *s) throw(); // first 2 chars are drive chars like "a:"58 bool IsDrivePath2(CFSTR s) throw(); // first 2 chars are drive chars like "a:"
475 if (NName::IsDrivePath2(path + 4) && path[6] == 0) in Find()516 if (IsDrivePath2(filePath) && in Find()
214 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()
453 if (NName::IsDrivePath2(s)) in CreateComplexDirectory()482 if (i == 0 && s.Len() == 2 && NName::IsDrivePath2(s)) in CreateComplexDirectory()