Searched refs:IsDriveColonName (Results 1 – 3 of 3) sorted by relevance
29 bool IsDriveColonName(const wchar_t *s);44 return PathParts.Size() == 1 && !ForFile && ForDir && IsDriveColonName(PathParts[0]); in IsDriveItem()
454 bool IsDriveColonName(const wchar_t *s) in IsDriveColonName() function474 if (NWildcard::IsDriveColonName(pathParts[testIndex])) in GetNumPrefixParts_if_DrivePath()488 if (IsDriveColonName(pathParts[0])) in GetNumPrefixParts()507 if (IsDriveColonName(pathParts[3])) in GetNumPrefixParts()
714 else if (NWildcard::IsDriveColonName(nextNode.Name)) in EnumerateDirItems()774 if (NWildcard::IsDriveColonName(name)) in EnumerateDirItems()1038 if (prefix.IsEmpty() && NWildcard::IsDriveColonName(name)) in ConvertToLongNames()