Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/scripts/
H A Dtrigger.py125 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 Drust_uprev.py82 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 Dpgo_rust.py203 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 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) in get_command_output() function
H A Dmake.cpp159 string output = trim(get_command_output(cmd, &err, quiet)); in GetBuildVar()
H A Daapt.cpp171 string output = get_command_output(cmd, &err, false); in inspect_apk()
H A Dadb.cpp80 return trim(get_command_output(cmd, err, false)); in get_system_property()