Searched refs:rustc_path (Results 1 – 1 of 1) sorted by relevance
31 def host_triple(rustc_path): argument33 args = [rustc_path, "-vV"]80 def set_env(args, rustc_path, tempdir): argument81 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)