HomeSort by relevance Sort by last modified time
    Searched refs:MethodMode (Results 1 - 3 of 3) sorted by null

  /external/lzma/CPP/7zip/UI/Common/
Update.cpp 254 MethodMode.FormatIndex = arcTypeIndex;
257 MethodMode.FormatIndex = codecs->FindFormatForArchiveName(arcPath);
259 if (MethodMode.FormatIndex < 0)
260 MethodMode.FormatIndex = codecs->FindFormatForArchiveType(kDefaultArchiveType);
262 if (MethodMode.FormatIndex < 0)
264 const CArcInfoEx &arcInfo = codecs->Formats[MethodMode.FormatIndex];
590 options.MethodMode,
658 options.MethodMode.Properties.Add(property);
692 if (options.MethodMode.FormatIndex >= 0)
693 formatIndices.Add(options.MethodMode.FormatIndex);
    [all...]
Update.h 93 CCompressionMethodMode MethodMode;
ArchiveCommandLine.cpp 673 // options.MethodMode.Properties.Clear();
949 SetMethodOptions(parser, updateOptions.MethodMode.Properties);

Completed in 525 milliseconds