Home
last modified time | relevance | path

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

/external/crosvm/usb_util/src/
Derror.rs18 InvalidBufferLength(num::TryFromIntError), enumerator
38 InvalidBufferLength(e) => write!(f, "invalid transfer buffer length: {}", e), in fmt()
Ddevice.rs361 .map_err(Error::InvalidBufferLength)?; in new()