Searched refs:IsDrivePath (Results 1 – 7 of 7) sorted by relevance
95 bool IsDrivePath(const wchar_t *s) throw() { return IS_LETTER_CHAR(s[0]) && s[1] == ':' && IS_SEPAR… in IsDrivePath() function223 bool IsDrivePath(CFSTR s) throw() { return IS_LETTER_CHAR(s[0]) && s[1] == ':' && IS_SEPAR(s[2]); } in IsDrivePath() function232 return IsDrivePath(s); in IsDrivePath_SuperAllowed()239 return IsDrivePath(s) && s[kDrivePrefixSize] == 0; in IsDriveRootPath_SuperAllowed()285 if (IsDrivePath(s)) in GetRootPrefixSize_Of_SimplePath()334 if (IsDrivePath(s)) in GetRootPrefixSize_Of_SimplePath()657 if (IsDrivePath(s)) in GetSuperPathBase()686 if (IsDrivePath(curDir)) in GetSuperPathBase()852 if (IsDrivePath(curDir)) in GetFullPath()
24 bool IsDrivePath(const wchar_t *s) throw(); // first 3 chars are drive chars like "a:\\"60 bool IsDrivePath(CFSTR s) throw();
151 if (!IsDrivePath(path)) in FillLinkData()391 if (!IsDrivePath(SubsName.Ptr(k_LinkPrefix_Size))) in IsOkNamePair()423 if (IsDrivePath(s.Ptr(k_LinkPrefix_Size))) in GetPath()
578 if (NName::IsDrivePath(path + rootSize) && path[rootSize + 3] == 0) in Find()
324 if (NName::IsDrivePath(to) || in GetRelativePath()325 NName::IsDrivePath(from)) in GetRelativePath()
1280 if (!IsDrivePath(link)) in FillFixedReparse()
267 if (IsDrivePath(FilePath)) in OnInit()271 if (IsDrivePath(FilePath.Ptr(kSuperPathPrefixSize))) in OnInit()