• Home
  • Raw
  • Download

Lines Matching full:bool

13 bool IsPath1PrefixedByPath2(const wchar_t *s1, const wchar_t *s2);
22 bool DoesNameContainWildcard(const UString &path);
23 bool DoesWildcardMatchName(const UString &mask, const UString &name);
29 bool IsDriveColonName(const wchar_t *s);
36 bool Recursive;
37 bool ForFile;
38 bool ForDir;
39 bool WildcardMatching;
42 bool IsDriveItem() const in IsDriveItem()
50 bool AreAllAllowed() const;
51 bool CheckPath(const UStringVector &pathParts, bool isFile) const;
58 bool CheckPathCurrent(bool include, const UStringVector &pathParts, bool isFile) const;
59 void AddItemSimple(bool include, CItem &item);
61 bool CheckPathVect(const UStringVector &pathParts, bool isFile, bool &include) const;
71 bool AreAllAllowed() const;
75 void AddItem(bool include, CItem &item, int ignoreWildcardIndex = -1);
76 …void AddItem(bool include, const UString &path, bool recursive, bool forFile, bool forDir, bool wi…
77 void AddItem2(bool include, const UString &path, bool recursive, bool wildcardMatching);
79 bool NeedCheckSubDirs() const;
80 bool AreThereIncludeItems() const;
82 // bool CheckPath2(bool isAltStream, const UString &path, bool isFile, bool &include) const;
83 // bool CheckPath(bool isAltStream, const UString &path, bool isFile) const;
85 bool CheckPathToRoot(bool include, UStringVector &pathParts, bool isFile) const;
86 // bool CheckPathToRoot(const UString &path, bool isFile, bool include) const;
108 bool Include;
109 bool Recursive;
110 bool WildcardMatching;
127 bool AllAreRelative() const in AllAreRelative()
130 …void AddItem(ECensorPathMode pathMode, bool include, const UString &path, bool recursive, bool wil…
131 // bool CheckPath(bool isAltStream, const UString &path, bool isFile) const;
135 void AddPreItem(bool include, const UString &path, bool recursive, bool wildcardMatching);