Home
last modified time | relevance | path

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

/ohos5.0/build/templates/rust/
H A Drun_build_script.py31 def host_triple(rustc_path): argument
33 args = [rustc_path, "-vV"]
80 def set_env(args, rustc_path, tempdir): argument
81 rustc_abs_path = os.path.abspath(rustc_path)
134 rustc_path = os.path.join(args.rust_prefix, "rustc")
136 env = set_env(args, rustc_path, tempdir)