Searched defs:run_cmd (Results 1 - 1 of 1) sorted by path

/frameworks/base/tests/DumpRenderTree2/assets/
H A Drun_apache2.py32 def main(run_cmd, options):
36 if not run_cmd in ("start", "stop", "restart"):
37 logging.info("illegal argument: " + run_cmd)
106 logging.info("Will " + run_cmd + " apache2 server.")
110 if (run_cmd == 'restart'):
122 (apache2_restart_template % (run_cmd)) + directives +
159 run_cmd = "" variable
161 run_cmd = args[0] variable
163 main(run_cmd, options)

Completed in 95 milliseconds