HomeSort by relevance Sort by last modified time
    Searched refs:get_command_output (Results 1 - 5 of 5) sorted by null

  /frameworks/base/tools/bit/
command.h 49 string get_command_output(const Command& command, int* err, bool quiet=false);
command.cpp 101 get_command_output(const Command& command, int* err, bool quiet) function
aapt.cpp 170 string output = get_command_output(cmd, &err, false);
make.cpp 65 string output = trim(get_command_output(cmd, &err, quiet));
adb.cpp 80 return trim(get_command_output(cmd, err, false));

Completed in 4155 milliseconds