Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/third_party/vmm_vhost/src/
H A Dlib.rs155 TubeError(base::TubeError), enumerator
/aosp_15_r20/external/crosvm/devices/src/virtio/
H A Dballoon.rs523 ) -> std::result::Result<(), base::TubeError> { in send_adjusted_response()
/aosp_15_r20/external/crosvm/src/crosvm/sys/
H A Dlinux.rs3357 pub fn send<M: protobuf::Message>(&self, msg: &M) -> Result<(), base::TubeError> { in send()