Home
last modified time | relevance | path

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

/packages/modules/Virtualization/compos/src/
Dartifact_signer.rs51 let target_path = Path::new(TARGET_DIRECTORY).join(suffix); in add_artifact() localVariable
52 let target_path = target_path.to_str().ok_or_else(|| anyhow!("Invalid path"))?; in add_artifact() localVariable
58 self.file_digests.push((target_path.to_owned(), digest)); in add_artifact()
/packages/modules/Virtualization/compos/composd/src/
Dodrefresh_task.rs167 let target_path = output_root.join(target_dir_name); in run_in_vm() localVariable
168 if target_path.exists() { in run_in_vm()
169 remove_dir_all(&target_path) in run_in_vm()
170 .with_context(|| format!("Failed to delete {}", target_path.display()))?; in run_in_vm()
/packages/modules/common/build/
Dmainline_modules_sdks_test.py131 for target_path in target_paths:
132 os.makedirs(os.path.split(target_path)[0])
133 if ".latest.extension_version" in target_path:
135 target_path, str(self.get_module_extension_version()))
137 self.write_data_to_file(target_path, "")
/packages/modules/Virtualization/pvmfw/src/
Ddevice_assignment.rs330 let target_path = fragment_node in locate_overlay_target_path() localVariable
333 if target_path != cstr!("/") { in locate_overlay_target_path()