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.cpp9 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/
DSfxWin.cpp92 NCommandLineParser::SplitCommandLine(GetCommandLineW(), commandStrings); in WinMain2()
/external/lzma/CPP/7zip/Bundles/SFXCon/
DSfxCon.cpp260 NCommandLineParser::SplitCommandLine(GetCommandLineW(), commandStrings); in Main2()
/external/lzma/CPP/7zip/Bundles/SFXSetup/
DSfxSetup.cpp150 NCommandLineParser::SplitCommandLine(GetCommandLineW(), archiveName, switches); in WinMain()
/external/lzma/CPP/7zip/UI/Console/
DMain.cpp504 NCommandLineParser::SplitCommandLine(GetCommandLineW(), commandStrings); in Main2()