Home
last modified time | relevance | path

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

/ide/tools/previewer/util/
H A DCommandParser.cpp85 Register("-cpm", 1, "Set previewer start mode."); in CommandParser()
821 if (!IsSet("cpm")) { in IsComponentModeValid()
825 std::string cpm = Value("cpm"); in IsComponentModeValid() local
826 if (cpm != "true" && cpm != "false") { in IsComponentModeValid()
828 ELOG("Launch -cpm parameters abnormal!"); in IsComponentModeValid()
832 isComponentMode = cpm == "true" ? true : false; in IsComponentModeValid()

Completed in 2 milliseconds