Home
last modified time | relevance | path

Searched refs:SplitCommandLine (Results 1 – 6 of 6) sorted by relevance

/external/lzma/CPP/Common/
DCommandLineParser.h10 bool SplitCommandLine(const UString &src, UString &dest1, UString &dest2);
11 void SplitCommandLine(const UString &s, UStringVector &parts);
DCommandLineParser.cpp23 bool SplitCommandLine(const UString &src, UString &dest1, UString &dest2) in SplitCommandLine() function
45 void SplitCommandLine(const UString &s, UStringVector &parts) in SplitCommandLine() function
53 if (SplitCommandLine(sTemp, s1, s2)) in SplitCommandLine()
/external/lzma/CPP/7zip/Bundles/SFXWin/
DSfxWin.cpp88 NCommandLineParser::SplitCommandLine(GetCommandLineW(), commandStrings); in WinMain2()
/external/lzma/CPP/7zip/Bundles/SFXSetup/
DSfxSetup.cpp143 NCommandLineParser::SplitCommandLine(GetCommandLineW(), archiveName, switches); in WinMain()
/external/lzma/CPP/7zip/Bundles/SFXCon/
DSfxCon.cpp257 NCommandLineParser::SplitCommandLine(GetCommandLineW(), commandStrings); in Main2()
/external/lzma/CPP/7zip/UI/Console/
DMain.cpp428 NCommandLineParser::SplitCommandLine(GetCommandLineW(), commandStrings); in Main2()