OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:commandStrings
(Results
1 - 9
of
9
) 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/Common/
CommandLineParser.h
57
bool ParseStrings(const CSwitchForm *switchForms, const UStringVector &
commandStrings
);
CommandLineParser.cpp
171
bool CParser::ParseStrings(const CSwitchForm *switchForms, const UStringVector &
commandStrings
)
175
FOR_VECTOR (i,
commandStrings
)
177
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/UI/Common/
ArchiveCommandLine.h
110
void Parse1(const UStringVector &
commandStrings
, CArcCmdLineOptions &options);
ArchiveCommandLine.cpp
820
void CArcCmdLineParser::Parse1(const UStringVector &
commandStrings
,
823
if (!parser.ParseStrings(kSwitchForms,
commandStrings
))
[
all
...]
/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
174
UStringVector
commandStrings
;
175
WriteArgumentsToStringList(numArgs, args,
commandStrings
);
180
parser.ParseStrings(kSwitchForms,
commandStrings
);
/external/lzma/CPP/7zip/UI/Console/
Main.cpp
426
UStringVector
commandStrings
;
428
NCommandLineParser::SplitCommandLine(GetCommandLineW(),
commandStrings
);
430
GetArguments(numArgs, args,
commandStrings
);
433
if (
commandStrings
.Size() == 1)
439
commandStrings
.Delete(0);
445
parser.Parse1(
commandStrings
, options);
Completed in 97 milliseconds