Searched defs:SplitCommandLine (Results 1 - 1 of 1) sorted by relevance

/external/lzma/CPP/Common/
H A DCommandLineParser.cpp23 bool SplitCommandLine(const UString &src, UString &dest1, UString &dest2) function in namespace:NCommandLineParser
45 void SplitCommandLine(const UString &s, UStringVector &parts) function in namespace:NCommandLineParser
53 if (SplitCommandLine(sTemp, s1, s2))

Completed in 120 milliseconds