OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:commandStrings
(Results
1 - 2
of
2
) sorted by null
/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/CPP/7zip/Bundles/LzmaCon/
LzmaAlone.cpp
177
UStringVector
commandStrings
;
178
WriteArgumentsToStringList(numArgs, args,
commandStrings
);
182
parser.ParseStrings(kSwitchForms,
commandStrings
);
Completed in 64 milliseconds