Home
last modified time | relevance | path

Searched refs:rawCmd (Results 1 - 1 of 1) sorted by relevance

/developtools/hdc/src/host/
H A Dmain.cpp147 string rawCmd = Base::UnicodeToUtf8(argv[i]); in SplitOptionAndCommand() local
148 outCommand += rawCmd.find(" ") == string::npos ? rawCmd : Base::StringFormat("\"%s\"", rawCmd.c_str()); in SplitOptionAndCommand()

Completed in 1 milliseconds