Searched defs:ConvertToLongNames (Results 1 - 1 of 1) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
H A DArchiveCommandLine.cpp588 static void ConvertToLongNames(const UString &prefix, CObjectVector<NWildcard::CItem> &items) function
601 static void ConvertToLongNames(const UString &prefix, NWildcard::CCensorNode &node) function
603 ConvertToLongNames(prefix, node.IncludeItems);
604 ConvertToLongNames(prefix, node.ExcludeItems);
633 ConvertToLongNames(prefix + nextNode.Name + WCHAR_PATH_SEPARATOR, nextNode);
637 void ConvertToLongNames(NWildcard::CCensor &censor) function
642 ConvertToLongNames(pair.Prefix, pair.Head);
1122 ConvertToLongNames(arcCensor);

Completed in 218 milliseconds