Home
last modified time | relevance | path

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

/external/crosvm/src/crosvm/sys/linux/
Ddevice_helpers.rs144 pub trait IntoUnixStream { trait
148 impl<'a> IntoUnixStream for &'a Path { impl
161 impl<'a> IntoUnixStream for &'a PathBuf { impl