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

/frameworks/native/cmds/dumpstate/
H A Ddumpstate.h124 int run_command_as_shell(const char *title, int timeout_seconds, const char *command, ...);
H A Ddumpstate.cpp1281 run_command_as_shell("DUMPSYS MEMINFO", 30, "dumpsys", "-t", "30", "meminfo", "-a", NULL);
1282 run_command_as_shell("DUMPSYS CPUINFO", 10, "dumpsys", "-t", "10", "cpuinfo", "-a", NULL);
H A Dutils.cpp676 int run_command_as_shell(const char *title, int timeout_seconds, const char *command, ...) { function

Completed in 591 milliseconds