Searched refs:from_guest_pipe (Results 1 – 1 of 1) sorted by relevance
216 from_guest_pipe: &Path, in configure_serial_devices()224 from_guest_pipe.display(), in configure_serial_devices()246 let from_guest_pipe = test_dir.path().join("from_guest"); in new() localVariable248 mkfifo(&from_guest_pipe)?; in new()255 TestVm::configure_serial_devices(&mut command, &from_guest_pipe, &to_guest_pipe); in new()270 move || (File::create(to_guest_pipe), File::open(from_guest_pipe)), in new()