Home
last modified time | relevance | path

Searched defs:to_guest (Results 1 – 2 of 2) sorted by relevance

/external/crosvm/e2e_tests/fixture/src/sys/
Dunix.rs69 pub to_guest: Arc<Mutex<File>>, field
167 let to_guest = File::create(to_guest_pipe)?; in new_generic() localVariable
Dwindows.rs127 pub(crate) to_guest: Arc<Mutex<PipeConnection>>, field
217 let to_guest = create_client_pipe_helper(&from_guest_path, logs_dir); in new_generic() localVariable