Lines Matching refs:UString

15 void SplitPathToParts(const UString &path, UStringVector &pathParts);

16 void SplitPathToParts_2(const UString &path, UString &dirPrefix, UString &name);
17 void SplitPathToParts_Smart(const UString &path, UString &dirPrefix, UString &name); // ignores dir delimiter at the end of (path)
19 UString ExtractDirPrefixFromPath(const UString &path);
20 UString ExtractFileNameFromPath(const UString &path);
22 bool DoesNameContainWildcard(const UString &path);
23 bool DoesWildcardMatchName(const UString &mask, const UString &name);
88 CCensorNode(const UString &name, CCensorNode *parent):
94 UString Name; // WIN32 doesn't support wildcards in file names
99 CCensorNode &Find_SubNode_Or_Add_New(const UString &name)
113 int FindSubNode(const UString &path) const;
116 // void AddItem(bool include, const UString &path, const CCensorPathProps &props);
144 // bool CheckPath2(bool isAltStream, const UString &path, bool isFile, bool &include) const;
145 // bool CheckPath(bool isAltStream, const UString &path, bool isFile) const;
151 // bool CheckPathToRoot(const UString &path, bool isFile, bool include) const;
158 UString Prefix;
161 // CPair(const UString &prefix): Prefix(prefix) { };
175 UString Path;
187 int FindPairForPrefix(const UString &prefix) const;
204 void AddItem(ECensorPathMode pathMode, bool include, const UString &path, const CCensorPathProps &props);
205 // bool CheckPath(bool isAltStream, const UString &path, bool isFile) const;
209 void AddPreItem(bool include, const UString &path, const CCensorPathProps &props);
211 void AddPreItem_NoWildcard(const UString &path)
225 UString("*"), props);