Home
last modified time | relevance | path

Searched refs:nonSwitchStrings (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CS/7zip/Compress/LzmaAlone/
DLzmaAlone.cs162 System.Collections.ArrayList nonSwitchStrings = parser.NonSwitchStrings; in Main2()
165 if (paramIndex >= nonSwitchStrings.Count) in Main2()
167 string command = (string)nonSwitchStrings[paramIndex++]; in Main2()
189 if (paramIndex < nonSwitchStrings.Count) in Main2()
190 if (!GetNumber((string)nonSwitchStrings[paramIndex++], out numIterations)) in Main2()
217 if (paramIndex >= nonSwitchStrings.Count) in Main2()
219 string inputName = (string)nonSwitchStrings[paramIndex++]; in Main2()
230 if (paramIndex >= nonSwitchStrings.Count) in Main2()
232 string outputName = (string)nonSwitchStrings[paramIndex++]; in Main2()
/external/lzma/CPP/7zip/Bundles/SFXCon/
DSfxCon.cpp308 const UStringVector &nonSwitchStrings = parser.NonSwitchStrings; in Main2() local
313 if (nonSwitchStrings.IsEmpty()) in Main2()
317 const UString &cmd = nonSwitchStrings[curCommandIndex]; in Main2()
333 if (nonSwitchStrings.Size() == curCommandIndex) in Main2()
335 for (; curCommandIndex < nonSwitchStrings.Size(); curCommandIndex++) in Main2()
337 const UString &s = nonSwitchStrings[curCommandIndex]; in Main2()
/external/lzma/CPP/7zip/UI/Common/
DArchiveCommandLine.cpp425 const UStringVector &nonSwitchStrings, NRecursedType::EEnum type, in AddToCensorFromNonSwitchesStrings() argument
429 if ((renamePairs || nonSwitchStrings.Size() == startIndex) && !thereAreSwitchIncludes) in AddToCensorFromNonSwitchesStrings()
436 for (unsigned i = startIndex; i < nonSwitchStrings.Size(); i++) in AddToCensorFromNonSwitchesStrings()
438 const UString &s = nonSwitchStrings[i]; in AddToCensorFromNonSwitchesStrings()
450 …AddRenamePair(renamePairs, nonSwitchStrings[oldIndex], s, NRecursedType::kNonRecursed, wildcardMat… in AddToCensorFromNonSwitchesStrings()
461 …throw CArcCmdLineException("There is no second file name for rename pair:", nonSwitchStrings[oldIn… in AddToCensorFromNonSwitchesStrings()
1053 const UStringVector &nonSwitchStrings = parser.NonSwitchStrings; in Parse2() local
1054 unsigned numNonSwitchStrings = nonSwitchStrings.Size(); in Parse2()
1058 if (!ParseArchiveCommand(nonSwitchStrings[kCommandIndex], options.Command)) in Parse2()
1059 throw CArcCmdLineException("Unsupported command:", nonSwitchStrings[kCommandIndex]); in Parse2()
[all …]