Searched refs:SplitCommandLine (Results 1 – 3 of 3) sorted by relevance
10 bool SplitCommandLine(const UString &src, UString &dest1, UString &dest2);11 void SplitCommandLine(const UString &s, UStringVector &parts);
9 bool SplitCommandLine(const UString &src, UString &dest1, UString &dest2) in SplitCommandLine() function31 void SplitCommandLine(const UString &s, UStringVector &parts) in SplitCommandLine() function39 if (SplitCommandLine(sTemp, s1, s2)) in SplitCommandLine()
183 NCommandLineParser::SplitCommandLine(GetCommandLineW(), commandStrings); in Main2()