Lines Matching refs:path
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);
113 int FindSubNode(const UString &path) const;
116 // void AddItem(bool include, const UString &path, const CCensorPathProps &props);
135 CheckPathVect() doesn't check path in Parent CCensorNode
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;
167 k_RelatPath, // absolute prefix as Prefix, remain path in Tree
168 k_FullPath, // drive prefix as Prefix, remain path in Tree
169 k_AbsPath // full path in Tree
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)
217 path, props);