Lines Matching defs:prefix
517 int CCensor::FindPairForPrefix(const UString &prefix) const
520 if (CompareFileNames(Pairs[i].Prefix, prefix) == 0)
636 UString prefix;
641 // we ignore "?" wildcard in "\\?\" prefix.
651 // detection of the number of Skip Parts for prefix
659 // if absolute path, then all parts before last part will be in prefix
681 // we split (pathParts) to (prefix) and (pathParts).
690 prefix += front;
691 prefix.Add_PathSepar();
697 int index = FindPairForPrefix(prefix);
701 Pairs.AddNew().Prefix = prefix;
708 // we create universal item, if we skip all parts as prefix (like \ or L:\ )