Searched refs:SplitCommandLine (Results 1 – 6 of 6) sorted by relevance
/external/lzma/CPP/Common/ |
D | CommandLineParser.h | 10 bool SplitCommandLine(const UString &src, UString &dest1, UString &dest2); 11 void SplitCommandLine(const UString &s, UStringVector &parts);
|
D | CommandLineParser.cpp | 9 bool SplitCommandLine(const UString &src, UString &dest1, UString &dest2) in SplitCommandLine() function 31 void SplitCommandLine(const UString &s, UStringVector &parts) in SplitCommandLine() function 39 if (SplitCommandLine(sTemp, s1, s2)) in SplitCommandLine()
|
/external/lzma/CPP/7zip/Bundles/SFXWin/ |
D | SfxWin.cpp | 92 NCommandLineParser::SplitCommandLine(GetCommandLineW(), commandStrings); in WinMain2()
|
/external/lzma/CPP/7zip/Bundles/SFXCon/ |
D | SfxCon.cpp | 260 NCommandLineParser::SplitCommandLine(GetCommandLineW(), commandStrings); in Main2()
|
/external/lzma/CPP/7zip/Bundles/SFXSetup/ |
D | SfxSetup.cpp | 150 NCommandLineParser::SplitCommandLine(GetCommandLineW(), archiveName, switches); in WinMain()
|
/external/lzma/CPP/7zip/UI/Console/ |
D | Main.cpp | 504 NCommandLineParser::SplitCommandLine(GetCommandLineW(), commandStrings); in Main2()
|