Home
last modified time | relevance | path

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

/development/testrunner/
Dcreate_test.py240 src_path = app_path + "/tests/src"
241 if not os.path.exists(src_path):
242 os.mkdir(src_path)
/development/tools/cargo_embargo/src/
Dcargo_out.rs337 let src_path = Path::new(arg); in from_rustc_invocation() localVariable
346 let src_path = src_path in from_rustc_invocation() localVariable
349 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()
/development/vendor_snapshot/
Dupdate.py608 src_path = os.path.join(arch_install_dir, src)
609 add_info(src_path, name, variation, arch, is_sanitized, False)