Searched refs:IsDriveColonName (Results 1 – 4 of 4) sorted by relevance
38 bool IsDriveColonName(const wchar_t *s);53 return PathParts.Size() == 1 && !ForFile && ForDir && IsDriveColonName(PathParts[0]); in IsDriveItem()
182 bool IsDriveColonName(const wchar_t *s) in IsDriveColonName() function491 if (IsDriveColonName(front)) in AddItem()
561 if (phyPrefix.IsEmpty() && NWildcard::IsDriveColonName(nextNode.Name)) in EnumerateDirItems()608 if (NWildcard::IsDriveColonName(name)) in EnumerateDirItems()
609 if (prefix.IsEmpty() && NWildcard::IsDriveColonName(name)) in ConvertToLongNames()