Home
last modified time | relevance | path

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

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