Searched refs:to_guest_pipe (Results 1 – 1 of 1) sorted by relevance
217 to_guest_pipe: &Path, in configure_serial_devices()225 to_guest_pipe.display() in configure_serial_devices()247 let to_guest_pipe = test_dir.path().join("to_guest"); in new() localVariable249 mkfifo(&to_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()