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

  /external/lzma/CPP/7zip/Bundles/SFXCon/
SfxCon.cpp 308 const UStringVector &nonSwitchStrings = parser.NonSwitchStrings;
313 if (nonSwitchStrings.IsEmpty())
317 const UString &cmd = nonSwitchStrings[curCommandIndex];
333 if (nonSwitchStrings.Size() == curCommandIndex)
335 for (; curCommandIndex < nonSwitchStrings.Size(); curCommandIndex++)
337 const UString &s = nonSwitchStrings[curCommandIndex];
  /external/lzma/CS/7zip/Compress/LzmaAlone/
LzmaAlone.cs 162 System.Collections.ArrayList nonSwitchStrings = parser.NonSwitchStrings;
165 if (paramIndex >= nonSwitchStrings.Count)
167 string command = (string)nonSwitchStrings[paramIndex++];
189 if (paramIndex < nonSwitchStrings.Count)
190 if (!GetNumber((string)nonSwitchStrings[paramIndex++], out numIterations))
217 if (paramIndex >= nonSwitchStrings.Count)
219 string inputName = (string)nonSwitchStrings[paramIndex++];
230 if (paramIndex >= nonSwitchStrings.Count)
232 string outputName = (string)nonSwitchStrings[paramIndex++];
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
ArchiveCommandLine.cpp 425 const UStringVector &nonSwitchStrings, NRecursedType::EEnum type,
429 if ((renamePairs || nonSwitchStrings.Size() == startIndex) && !thereAreSwitchIncludes)
436 for (unsigned i = startIndex; i < nonSwitchStrings.Size(); i++)
438 const UString &s = nonSwitchStrings[i];
450 AddRenamePair(renamePairs, nonSwitchStrings[oldIndex], s, NRecursedType::kNonRecursed, wildcardMatching);
451 // AddRenamePair(renamePairs, nonSwitchStrings[oldIndex], s, type);
461 throw CArcCmdLineException("There is no second file name for rename pair:", nonSwitchStrings[oldIndex]);
1053 const UStringVector &nonSwitchStrings = parser.NonSwitchStrings;
1054 unsigned numNonSwitchStrings = nonSwitchStrings.Size();
    [all...]

Completed in 98 milliseconds