Home
last modified time | relevance | path

Searched defs:tmp_dir (Results 1 – 3 of 3) sorted by relevance

/cloud-hypervisor/fuzz/fuzz_targets/
H A Dvsock.rs70 let tmp_dir = TempDir::new_with_prefix("/tmp/fuzz_virtio_vsock").unwrap(); localVariable
/cloud-hypervisor/test_infra/src/
H A Dlib.rs847 pub tmp_dir: TempDir, field
857 let tmp_dir = TempDir::new_with_prefix("/tmp/ch").unwrap(); in new_from_ip_range() localVariable
/cloud-hypervisor/tests/
H A Dintegration.rs8395 let tmp_dir = TempDir::new_with_prefix("/tmp/ch").unwrap(); in test_windows_guest_snapshot_restore() localVariable
8484 let tmp_dir = TempDir::new_with_prefix("/tmp/ch").unwrap(); in test_windows_guest_cpu_hotplug() localVariable
8559 let tmp_dir = TempDir::new_with_prefix("/tmp/ch").unwrap(); in test_windows_guest_ram_hotplug() localVariable
8633 let tmp_dir = TempDir::new_with_prefix("/tmp/ch").unwrap(); in test_windows_guest_netdev_hotplug() localVariable
8707 let tmp_dir = TempDir::new_with_prefix("/tmp/ch").unwrap(); in test_windows_guest_disk_hotplug() localVariable
8803 let tmp_dir = TempDir::new_with_prefix("/tmp/ch").unwrap(); in test_windows_guest_disk_hotplug_multi() localVariable
8933 let tmp_dir = TempDir::new_with_prefix("/tmp/ch").unwrap(); in test_windows_guest_netdev_multi() localVariable