Home
last modified time | relevance | path

Searched defs:exec_root (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/build/util/
H A Daction_remote.py73 def _get_mojom_parser_inputs(exec_root, output_files, extra_args): argument
/aosp_15_r20/external/angle/build/util/
H A Daction_remote.py73 def _get_mojom_parser_inputs(exec_root, output_files, extra_args): argument
/aosp_15_r20/external/bazelbuild-rules_rust/cargo/cargo_build_script_runner/
H A Dbin.rs32 let exec_root = env::current_dir().expect("Failed to get current directory"); in run_buildrs() localVariable
/aosp_15_r20/external/llvm/utils/lit/lit/
H A DTest.py162 def __init__(self, name, source_root, exec_root, config): argument