Home | History | Annotate | Download | only in Common

Lines Matching refs:UString

77 void SplitPathToParts(const UString &path, UStringVector &pathParts)

83 UString name;
96 void SplitPathToParts_2(const UString &path, UString &dirPrefix, UString &name)
107 void SplitPathToParts_Smart(const UString &path, UString &dirPrefix, UString &name)
123 UString ExtractDirPrefixFromPath(const UString &path)
133 UString ExtractFileNameFromPath(const UString &path)
144 bool DoesWildcardMatchName(const UString &mask, const UString &name)
149 bool DoesNameContainWildcard(const UString &path)
263 int CCensorNode::FindSubNode(const UString &name) const
291 const UString &front = item.PathParts.Front();
308 void CCensorNode::AddItem(bool include, const UString &path, bool recursive, bool forFile, bool forDir, bool wildcardMatching)
372 bool CCensorNode::CheckPath2(bool isAltStream, const UString &path, bool isFile, bool &include) const
383 UString &back = pathParts.Back();
394 bool CCensorNode::CheckPath(bool isAltStream, const UString &path, bool isFile) const
414 bool CCensorNode::CheckPathToRoot(bool include, const UString &path, bool isFile) const
422 void CCensorNode::AddItem2(bool include, const UString &path, bool recursive, bool wildcardMatching)
428 UString path2 = path;
450 int CCensor::FindPrefix(const UString &prefix) const
534 void CCensor::AddItem(ECensorPathMode pathMode, bool include, const UString &path, bool recursive, bool wildcardMatching)
549 UString prefix;
578 const UString &part = pathParts[i];
593 const UString &front = pathParts.Front();
632 bool CCensor::CheckPath(bool isAltStream, const UString &path, bool isFile) const
673 void CCensor::AddPreItem(bool include, const UString &path, bool recursive, bool wildcardMatching)