Searched refs:get_command_output (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/tools/bit/ |
D | command.h | 49 string get_command_output(const Command& command, int* err, bool quiet=false);
|
D | command.cpp | 101 get_command_output(const Command& command, int* err, bool quiet) in get_command_output() function
|
D | make.cpp | 50 string output = trim(get_command_output(cmd, &err, quiet)); in get_build_var()
|
D | aapt.cpp | 170 string output = get_command_output(cmd, &err, false); in inspect_apk()
|
D | adb.cpp | 80 return trim(get_command_output(cmd, err, false)); in get_system_property()
|