Home
last modified time | relevance | path

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

/external/crosvm/integration_tests/tests/
Dfixture.rs216 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() localVariable
248 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()