Searched refs:src_path (Results 1 – 3 of 3) sorted by relevance
240 src_path = app_path + "/tests/src"241 if not os.path.exists(src_path):242 os.mkdir(src_path)
337 let src_path = Path::new(arg); in from_rustc_invocation() localVariable346 let src_path = src_path in from_rustc_invocation() localVariable349 out.package_dir = src_path.parent().unwrap().to_path_buf(); in from_rustc_invocation()354 bail!("No Cargo.toml found in parents of {:?}", src_path); in from_rustc_invocation()357 out.main_src = src_path.strip_prefix(&out.package_dir).unwrap().to_path_buf(); in from_rustc_invocation()
608 src_path = os.path.join(arch_install_dir, src)609 add_info(src_path, name, variation, arch, is_sanitized, False)