Home
last modified time | relevance | path

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

/developtools/hdc/src/host/
Dmain.cpp148 string rawCmd = argv[i]; in SplitOptionAndCommand() local
150 outCommand += rawCmd.find(" ") == string::npos ? rawCmd : packageCmd; in SplitOptionAndCommand()