Searched defs:run_command_always (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/dumpstate/
H A Dutils.cpp664 // Fail now, otherwise execvp() call on run_command_always() might hang.
673 int status = run_command_always(title, DONT_DROP_ROOT, NORMAL_STDOUT, timeout_seconds, args);
701 // Fail now, otherwise execvp() call on run_command_always() might hang.
710 int status = run_command_always(title, DROP_ROOT, NORMAL_STDOUT, timeout_seconds, args);
716 int run_command_always(const char *title, RootMode root_mode, StdoutMode stdout_mode, function
881 run_command_always(NULL, DROP_ROOT, REDIRECT_TO_STDERR, 20, am_args);
1231 run_command_always(NULL, DONT_DROP_ROOT, REDIRECT_TO_STDERR, 10, args);

Completed in 72 milliseconds