Home | History | Annotate | Download | only in Common

Lines Matching refs:Prefix

419 static void ConvertToLongName(const UString &prefix, UString &name)

424 if (fi.Find(prefix + name))
428 static void ConvertToLongNames(const UString &prefix, CObjectVector<NWildcard::CItem> &items)
435 ConvertToLongName(prefix, item.PathParts.Front());
439 static void ConvertToLongNames(const UString &prefix, NWildcard::CCensorNode &node)
441 ConvertToLongNames(prefix, node.IncludeItems);
442 ConvertToLongNames(prefix, node.ExcludeItems);
445 ConvertToLongName(prefix, node.SubNodes[i].Name);
466 ConvertToLongNames(prefix + nextNode.Name + wchar_t(NFile::NName::kDirDelimiter), nextNode);
475 ConvertToLongNames(pair.Prefix, pair.Head);