Home
last modified time | relevance | path

Searched defs:tool_path (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/bazelbuild-rules_cc/third_party/com/github/bazelbuild/bazel/src/main/protobuf/
H A Dcrosstool_config.proto255 required string tool_path = 1; field
371 repeated ToolPath tool_path = 9; field
/aosp_15_r20/external/bazelbuild-rules_rust/test/cargo_build_script/tools_exec/
H A Dtools_exec.rs3 let tool_path = env!("TOOL_PATH"); in test_tool_exec() localVariable
H A Dbuild.rs30 let tool_path = std::path::PathBuf::from(tool); in test_toolchain_var() localVariable
/aosp_15_r20/system/apex/tools/
H A Dapex_elf_checker.py55 def InitTools(tool_path): argument
H A Dapexd_host.py117 def InitTools(tool_path): argument
/aosp_15_r20/tools/repohooks/rh/
H A Dhooks.py230 def tool_path(self, tool_name): member in HookOptions
/aosp_15_r20/packages/modules/common/build/
Dmainline_modules_sdks.py1623 def create_producer(tool_path, skip_allowed_deps_check): argument