Searched refs:commandStrings (Results 1 - 7 of 7) sorted by relevance

/external/lzma/CPP/Common/
H A DCommandLineParser.h53 const UStringVector &commandStrings);
H A DCommandLineParser.cpp71 const UStringVector &commandStrings)
73 int numCommandStrings = commandStrings.Size();
77 const UString &s = commandStrings[i];
70 ParseStrings(const CSwitchForm *switchForms, const UStringVector &commandStrings) argument
/external/lzma/CPP/7zip/UI/Common/
H A DArchiveCommandLine.h103 void Parse1(const UStringVector &commandStrings, CArchiveCommandLineOptions &options);
H A DArchiveCommandLine.cpp694 void CArchiveCommandLineParser::Parse1(const UStringVector &commandStrings, argument
699 parser.ParseStrings(kSwitchForms, commandStrings);
/external/lzma/CPP/7zip/UI/Console/
H A DMain.cpp181 UStringVector commandStrings; local
183 NCommandLineParser::SplitCommandLine(GetCommandLineW(), commandStrings); local
185 GetArguments(numArgs, args, commandStrings);
188 if (commandStrings.Size() == 1)
193 commandStrings.Delete(0);
199 parser.Parse1(commandStrings, options);
/external/lzma/CS/7zip/Common/
H A DCommandLineParser.cs171 public void ParseStrings(SwitchForm[] switchForms, string[] commandStrings) argument
173 int numCommandStrings = commandStrings.Length;
177 string s = commandStrings[i];
/external/lzma/CPP/7zip/Bundles/LzmaCon/
H A DLzmaAlone.cpp177 UStringVector commandStrings; local
178 WriteArgumentsToStringList(numArgs, args, commandStrings);
182 parser.ParseStrings(kSwitchForms, commandStrings);

Completed in 157 milliseconds