Searched refs:IsDrivePath (Results 1 – 7 of 7) sorted by relevance
63 bool IsDrivePath(const wchar_t *s) throw() { return IS_LETTER_CHAR(s[0]) && s[1] == ':' && IS_SEPAR… in IsDrivePath() function189 bool IsDrivePath(CFSTR s) throw() { return IS_LETTER_CHAR(s[0]) && s[1] == ':' && IS_SEPAR(s[2]); } in IsDrivePath() function198 return IsDrivePath(s); in IsDrivePath_SuperAllowed()205 return IsDrivePath(s) && s[kDrivePrefixSize] == 0; in IsDriveRootPath_SuperAllowed()251 if (IsDrivePath(s)) in GetRootPrefixSize_Of_SimplePath()300 if (IsDrivePath(s)) in GetRootPrefixSize_Of_SimplePath()609 if (IsDrivePath(s)) in GetSuperPathBase()638 if (IsDrivePath(curDir)) in GetSuperPathBase()798 if (IsDrivePath(curDir)) in GetFullPath()
20 bool IsDrivePath(const wchar_t *s) throw(); // first 3 chars are drive chars like "a:\\"56 bool IsDrivePath(CFSTR s) throw();
118 if (!IsDrivePath(path)) in FillLinkData()320 if (!IsDrivePath(SubsName.Ptr(k_LinkPrefix_Size))) in IsOkNamePair()343 if (IsDrivePath(s.Ptr(k_LinkPrefix_Size))) in GetPath()
531 if (NName::IsDrivePath(path + rootSize) && path[rootSize + 3] == 0) in Find()
296 if (NName::IsDrivePath(to) || in GetRelativePath()297 NName::IsDrivePath(from)) in GetRelativePath()
888 if (!IsDrivePath(link)) in FillFixedReparse()
267 if (IsDrivePath(FilePath)) in OnInit()271 if (IsDrivePath(FilePath.Ptr(kSuperPathPrefixSize))) in OnInit()