Home
last modified time | relevance | path

Searched refs:wrapper_utils (Results 1 - 3 of 3) sorted by relevance

/build/toolchain/
H A Dclang_static_analyzer_wrapper.py14 import wrapper_utils namespace
60 returncode, stderr = wrapper_utils.capture_command_stderr(
61 wrapper_utils.command_to_run(cmd))
64 return_code, stderr = wrapper_utils.capture_command_stderr(
65 wrapper_utils.command_to_run(parsed_args.args))
H A Dgcc_solink_wrapper.py20 import wrapper_utils namespace
26 readelf = subprocess.Popen(wrapper_utils.command_to_run(
45 nm = subprocess.Popen(wrapper_utils.command_to_run(_command),
167 command = wrapper_utils.command_to_run(args.command)
168 result = wrapper_utils.run_link_with_optional_map_file(
210 wrapper_utils.command_to_run(strip_command))
223 wrapper_utils.command_to_run(
H A Dgcc_link_wrapper.py18 import wrapper_utils namespace
94 result = wrapper_utils.run_link_with_optional_map_file(
111 wrapper_utils.command_to_run(

Completed in 1 milliseconds