Searched refs:ForDir (Results 1 – 3 of 3) sorted by relevance
185 …return ForFile && ForDir && WildcardMatching && PathParts.Size() == 1 && PathParts.Front() == L"*"; in AreAllAllowed()190 if (!isFile && !ForDir) in CheckPath()213 if (!ForDir) in CheckPath()314 item.ForDir = forDir; in AddItem()624 item.ForDir = true; in AddItem()
38 bool ForDir; member44 return PathParts.Size() == 1 && !ForFile && ForDir && IsDriveColonName(PathParts[0]); in IsDriveItem()
601 if (isDir && !item.ForDir || !isDir && !item.ForFile) in EnumerateDirItems()745 if (item.ForFile || !item.ForDir) in EnumerateDirItems()