Lines Matching refs:Prefix
444 int CCensor::FindPrefix(const UString &prefix) const
447 if (CompareFileNames(Pairs[i].Prefix, prefix) == 0)
543 UString prefix;
548 // we ignore "?" wildcard in "\\?\" prefix.
592 prefix += front;
593 prefix.Add_PathSepar();
599 int index = FindPrefix(prefix);
601 index = Pairs.Add(CPair(prefix));
607 // we create universal item, if we skip all parts as prefix (like \ or L:\ )
647 if (Pairs[i].Prefix.IsEmpty())