Searched refs:get_command_output (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/angle/scripts/ |
H A D | trigger.py | 125 get_command_output = invoke_mb(['get-swarming-command', out_gn_path, args.test, '--as-list'], 127 swarming_cmd = json.loads(get_command_output)
|
/aosp_15_r20/external/toolchain-utils/rust_tools/ |
H A D | rust_uprev.py | 82 def get_command_output(command: Command, *args, **kwargs) -> str: function 90 return Path(get_command_output(["repo", "--show-toplevel"])) 594 output = get_command_output( 1020 output = get_command_output(
|
/aosp_15_r20/external/toolchain-utils/pgo_tools_rust/ |
H A D | pgo_rust.py | 203 def get_command_output(args: List, **kwargs) -> str: function 209 s = get_command_output(["rustc", "--version"])
|
/aosp_15_r20/frameworks/base/tools/bit/ |
H A D | command.h | 49 string get_command_output(const Command& command, int* err, bool quiet=false);
|
H A D | command.cpp | 101 get_command_output(const Command& command, int* err, bool quiet) in get_command_output() function
|
H A D | make.cpp | 159 string output = trim(get_command_output(cmd, &err, quiet)); in GetBuildVar()
|
H A D | aapt.cpp | 171 string output = get_command_output(cmd, &err, false); in inspect_apk()
|
H A D | adb.cpp | 80 return trim(get_command_output(cmd, err, false)); in get_system_property()
|