Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/src/crosvm/sys/linux/
H A Ddevice_helpers.rs207 pub trait IntoUnixStream { interface
211 impl<'a> IntoUnixStream for &'a Path { impl
224 impl<'a> IntoUnixStream for &'a PathBuf { impl