OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:run_cmd
(Results
1 - 2
of
2
) sorted by null
/external/dropbear/libtomcrypt/testprof/
test_driver.c
3
void
run_cmd
(int res, int line, char *file, char *cmd)
function
/frameworks/base/tests/DumpRenderTree2/assets/
run_apache2.py
32
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 127 milliseconds