Home
last modified time | relevance | path

Searched refs:SplitCommandLine (Results 1 – 3 of 3) 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/UI/Console/
DMain.cpp183 NCommandLineParser::SplitCommandLine(GetCommandLineW(), commandStrings); in Main2()