Searched defs:to_guest (Results 1 – 2 of 2) sorted by relevance
69 pub to_guest: Arc<Mutex<File>>, field167 let to_guest = File::create(to_guest_pipe)?; in new_generic() localVariable
127 pub(crate) to_guest: Arc<Mutex<PipeConnection>>, field217 let to_guest = create_client_pipe_helper(&from_guest_path, logs_dir); in new_generic() localVariable