Home
last modified time | relevance | path

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

/external/crosvm/src/crosvm/sys/unix/
Ddevice_helpers.rs115 pub trait IntoUnixStream { interface
119 impl<'a> IntoUnixStream for &'a Path { impl
129 impl<'a> IntoUnixStream for &'a PathBuf { impl