Searched refs:patch_tool (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/src/rendering/templates/partials/module/ |
H A D | repo_http.j2 | 11 {%- if attrs | get(key="patch_tool", default=Null) %} 12 patch_tool = "{{ attrs.patch_tool }}",
|
H A D | repo_git.j2 | 23 {%- if attrs | get(key="patch_tool", default=Null) %} 24 patch_tool = "{{ attrs.patch_tool }}",
|
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/src/metadata/ |
H A D | metadata_annotation.rs | 139 patch_tool: Option<String>, 159 patch_tool: Option<String>, 237 patch_tool: None, in collect_source_annotations() 262 patch_tool: None, in collect_source_annotations() 274 patch_tool: None, in collect_source_annotations() 301 patch_tool: None, in collect_source_annotations()
|
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/private/ |
H A D | crate.bzl | 110 patch_tool = None, 158 patch_tool (string, optional): The `patch_tool` attribute of a Bazel repository rule. See 159 …[http_archive.patch_tool](https://docs.bazel.build/versions/main/repo/http.html#http_archive-patch… 208 patch_tool = patch_tool,
|
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/ |
H A D | extension.bzl | 188 patch_tool = repo.get("patch_tool", None), 210 patch_tool = repo.get("patch_tool", None), 500 patch_tool = attr.string( 501 …patch_tool` attribute of a Bazel repository rule. See [http_archive.patch_tool](https://docs.bazel…
|
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/src/context/ |
H A D | crate_context.rs | 682 patch_tool, in with_overrides() 687 patch_tool.clone_from(&crate_extra.patch_tool); in with_overrides() 692 patch_tool, in with_overrides() 697 patch_tool.clone_from(&crate_extra.patch_tool); in with_overrides()
|
/aosp_15_r20/external/bazelbuild-rules_python/third_party/rules_pycross/pycross/private/ |
H A D | wheel_library.bzl | 38 args.add("--patch-tool", ctx.attr.patch_tool) 141 "patch_tool": attr.string( 150 "Only used if `patch_tool` is not set.",
|
/aosp_15_r20/external/bazelbuild-rules_python/third_party/rules_pycross/pycross/private/tools/ |
H A D | wheel_installer.py | 102 if not args.patch_tool and not args.patch_tool_target: 106 args.patch_tool or Path.cwd() / args.patch_tool_target
|
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/src/ |
H A D | config.rs | 318 pub(crate) patch_tool: Option<String>, field 400 patch_tool: self.patch_tool.or(rhs.patch_tool), in add()
|
/aosp_15_r20/external/bazelbuild-rules_python/tests/pycross/ |
H A D | BUILD.bazel | 41 patch_tool = "patch",
|
/aosp_15_r20/external/federated-compute/ |
H A D | WORKSPACE | 149 patch_tool = "patch", 230 patch_tool = "patch",
|