Home
last modified time | relevance | path

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

/art/odrefresh/
Dodrefresh_main.cc70 void UsageMsg(const char* fmt, ...) { in UsageMsg() function
82 UsageMsg("Try '--help' for more information."); in ArgumentError()
222 UsageMsg("Usage: %s [OPTION...] ACTION", name.c_str()); in UsageHelp()
223 UsageMsg("On-device refresh tool for boot classpath and system server"); in UsageHelp()
224 UsageMsg("following an update of the ART APEX."); in UsageHelp()
225 UsageMsg(""); in UsageHelp()
226 UsageMsg("Valid ACTION choices are:"); in UsageHelp()
227 UsageMsg(""); in UsageHelp()
228 UsageMsg("--check Check compilation artifacts are up-to-date based on metadata."); in UsageHelp()
229 UsageMsg("--compile Compile boot classpath and system_server jars when necessary."); in UsageHelp()
[all …]