Searched refs:get_command_output (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/tools/bit/
H A Dcommand.h49 string get_command_output(const Command& command, int* err, bool quiet=false);
H A Dcommand.cpp101 get_command_output(const Command& command, int* err, bool quiet) function
H A Daapt.cpp170 string output = get_command_output(cmd, &err, false);
H A Dmake.cpp50 string output = trim(get_command_output(cmd, &err, quiet));
H A Dadb.cpp80 return trim(get_command_output(cmd, err, false));

Completed in 88 milliseconds