Home
last modified time | relevance | path

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

/external/crosvm/crosvm_plugin/src/
Dlib.rs141 fn fd_cast<F: FromRawFd>(f: File) -> F { in fd_cast() function
326 fd_cast(new_socket), in try_clone()
355 vcpus.push(crosvm_vcpu::new(fd_cast(read_pipe), fd_cast(write_pipe))); in load_all_vcpus()