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

  /external/lzma/CPP/7zip/Bundles/SFXWin/
SfxWin.cpp 87 UStringVector commandStrings;
88 NCommandLineParser::SplitCommandLine(GetCommandLineW(), commandStrings);
91 if (commandStrings.Size() > 0)
92 commandStrings.Delete(0);
95 FOR_VECTOR (i, commandStrings)
97 const UString &s = commandStrings[i];
  /external/lzma/CPP/7zip/Bundles/SFXCon/
SfxCon.cpp 255 UStringVector commandStrings;
257 NCommandLineParser::SplitCommandLine(GetCommandLineW(), commandStrings);
259 GetArguments(numArgs, args, commandStrings);
277 UString arcPath = commandStrings.Front();
281 commandStrings.Delete(0);
286 parser.ParseStrings(kSwitchForms, commandStrings);
  /external/lzma/CPP/7zip/Bundles/LzmaCon/
LzmaAlone.cpp 174 UStringVector commandStrings;
175 WriteArgumentsToStringList(numArgs, args, commandStrings);
180 parser.ParseStrings(kSwitchForms, commandStrings);

Completed in 56 milliseconds