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

/frameworks/native/cmds/dumpstate/
H A Dutils.c252 int run_command(const char *title, int timeout_seconds, const char *command, ...) { argument
303 if (timeout_seconds && elapsed > timeout_seconds) {

Completed in 70 milliseconds