Home
last modified time | relevance | path

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

/ide/tools/previewer/util/
H A DCommandParser.cpp68 Register("-refresh", 1, "Screen <refresh mode>, support region and full"); in CommandParser()
548 if (!IsSet("refresh")) { in IsRefreshValid()
552 std::string refresh = Value("refresh"); in IsRefreshValid() local
553 if (refresh != "region" && refresh != "full") { in IsRefreshValid()
554 errorInfo = std::string("The refresh argument unsupported."); in IsRefreshValid()
555 ELOG("Launch -refresh parameters abnormal!"); in IsRefreshValid()
558 if (refresh in IsRefreshValid()
[all...]

Completed in 2 milliseconds