Home
last modified time | relevance | path

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

/packages/modules/Virtualization/virtualizationmanager/src/
Dcomposite.rs33 zero_filler_path: &Path, in make_composite_image()
54 let zero_filler_file = File::open(zero_filler_path).with_context(|| { in make_composite_image()
55 format!("Failed to open composite image zero filler {:?}", zero_filler_path) in make_composite_image()
Daidl.rs473 let zero_filler_path = temporary_directory.join("zero.img"); in create_vm_internal() localVariable
474 write_zero_filler(&zero_filler_path) in create_vm_internal()
486 &zero_filler_path, in create_vm_internal()
749 fn write_zero_filler(zero_filler_path: &Path) -> Result<()> { in write_zero_filler()
754 .open(zero_filler_path) in write_zero_filler()
808 zero_filler_path: &Path, in assemble_disk_image()
824 zero_filler_path, in assemble_disk_image()