Searched refs:PathParts (Results 1 – 4 of 4) sorted by relevance
208 …return ForFile && ForDir && WildcardMatching && PathParts.Size() == 1 && PathParts.Front() == L"*"; in AreAllAllowed()215 int delta = (int)pathParts.Size() - (int)PathParts.Size(); in CheckPath()244 for (i = 0; i < PathParts.Size(); i++) in CheckPath()248 if (!DoesWildcardMatchName(PathParts[i], pathParts[i + d])) in CheckPath()253 if (CompareFileNames(PathParts[i], pathParts[i + d]) != 0) in CheckPath()257 if (i == PathParts.Size()) in CheckPath()291 if (item.PathParts.Size() <= 1) in AddItem()293 if (item.PathParts.Size() != 0 && item.WildcardMatching) in AddItem()295 if (!DoesNameContainWildcard(item.PathParts.Front())) in AddItem()301 const UString &front = item.PathParts.Front(); in AddItem()[all …]
44 UStringVector PathParts; member53 return PathParts.Size() == 1 && !ForFile && ForDir && IsDriveColonName(PathParts[0]); in IsDriveItem()
424 if (item.Recursive || item.PathParts.Size() != 1) in CanUseFsDirect()426 const UString &name = item.PathParts.Front(); in CanUseFsDirect()471 const UString &name = item.PathParts.Front(); in EnumerateDirItems()600 if (item.PathParts.Size() < 1) in EnumerateDirItems()602 const UString &name = item.PathParts.Front(); in EnumerateDirItems()605 if (item.PathParts.Size() == 1) in EnumerateDirItems()
593 if (item.Recursive || item.PathParts.Size() != 1) in ConvertToLongNames()597 ConvertToLongName(prefix, item.PathParts.Front()); in ConvertToLongNames()