Searched refs:InvalidCString (Results 1 – 2 of 2) sorted by relevance
/external/crosvm/fuse/src/ | ||
D | lib.rs | 43 InvalidCString(FromBytesWithNulError), enumerator |
D | server.rs | 1721 CStr::from_bytes_with_nul(buf).map_err(Error::InvalidCString) in bytes_to_cstr() |