Searched refs:IsDrivePath (Results 1 – 7 of 7) sorted by relevance
85 bool IsDrivePath(const wchar_t *s) throw() { return IS_LETTER_CHAR(s[0]) && s[1] == ':' && s[2] == … in IsDrivePath() function91 bool IsDrivePath(CFSTR s) throw() { return IS_LETTER_CHAR(s[0]) && s[1] == ':' && s[2] == '\\'; } in IsDrivePath() function98 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()
25 bool IsDrivePath(const wchar_t *s) throw();30 bool IsDrivePath(CFSTR s) throw();
116 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()
113 if (i == 0 && isPathFromRoot && NWindows::NFile::NName::IsDrivePath(s)) in MakeCorrectPath()
278 if (NName::IsDrivePath(to) || in GetRelativePath()279 NName::IsDrivePath(from)) in GetRelativePath()
717 if (!IsDrivePath(link)) in FillFixedReparse()
260 if (NName::IsDrivePath(FilePath)) in OnInit()264 if (NName::IsDrivePath(&FilePath[kSuperPathPrefixSize])) in OnInit()