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

  /external/lzma/CPP/Common/
CommandLineParser.h 53 const UStringVector &commandStrings);
CommandLineParser.cpp 71 const UStringVector &commandStrings)
73 int numCommandStrings = commandStrings.Size();
77 const UString &s = commandStrings[i];
  /external/lzma/CPP/7zip/UI/Common/
ArchiveCommandLine.h 103 void Parse1(const UStringVector &commandStrings, CArchiveCommandLineOptions &options);
ArchiveCommandLine.cpp 694 void CArchiveCommandLineParser::Parse1(const UStringVector &commandStrings,
699 parser.ParseStrings(kSwitchForms, commandStrings);
  /external/lzma/CPP/7zip/UI/Console/
Main.cpp 181 UStringVector commandStrings;
183 NCommandLineParser::SplitCommandLine(GetCommandLineW(), commandStrings);
185 GetArguments(numArgs, args, commandStrings);
188 if (commandStrings.Size() == 1)
193 commandStrings.Delete(0);
199 parser.Parse1(commandStrings, options);
  /external/lzma/CS/7zip/Common/
CommandLineParser.cs 171 public void ParseStrings(SwitchForm[] switchForms, string[] commandStrings)
173 int numCommandStrings = commandStrings.Length;
177 string s = commandStrings[i];
  /external/lzma/CPP/7zip/Bundles/LzmaCon/
LzmaAlone.cpp 177 UStringVector commandStrings;
178 WriteArgumentsToStringList(numArgs, args, commandStrings);
182 parser.ParseStrings(kSwitchForms, commandStrings);

Completed in 288 milliseconds