Home
last modified time | relevance | path

Searched refs:copy_to_source (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/bazelbuild-rules_python/gazelle/manifest/
H A Dcopy_to_source.py14 def copy_to_source(generated_relative_path: Path, target_relative_path: Path) -> None: function
36 copy_to_source(Path(sys.argv[1]), Path(sys.argv[2]))
H A Ddefs.bzl103 srcs = [Label("//manifest:copy_to_source.py")],
104 main = Label("//manifest:copy_to_source.py"),
H A DBUILD.bazel5 "copy_to_source.py",