Home
last modified time | relevance | path

Searched refs:MethodMode (Results 1 - 3 of 3) sorted by relevance

/third_party/lzma/CPP/7zip/UI/Common/
H A DUpdate.cpp200 MethodMode.Type = types[0]; in InitFormatIndex()
201 MethodMode.Type_Defined = true; in InitFormatIndex()
203 if (MethodMode.Type.FormatIndex < 0) in InitFormatIndex()
205 // MethodMode.Type = -1; in InitFormatIndex()
206 MethodMode.Type = COpenType(); in InitFormatIndex()
209 MethodMode.Type.FormatIndex = codecs->FindFormatForArchiveName(arcPath); in InitFormatIndex()
210 if (MethodMode.Type.FormatIndex >= 0) in InitFormatIndex()
211 MethodMode.Type_Defined = true; in InitFormatIndex()
220 int formatIndex = MethodMode.Type.FormatIndex; in SetArcPath()
365 int formatIndex = options.MethodMode in Compress()
[all...]
H A DUpdate.h111 CCompressionMethodMode MethodMode; member
H A DArchiveCommandLine.cpp1566 updateOptions.MethodMode.Properties = options.Properties; in Parse2()

Completed in 5 milliseconds