Searched defs:Error (Results 1 – 5 of 5) sorted by relevance
195 impl From<DeferredFdCloseError> for Error { implementation196 fn from(err: DeferredFdCloseError) -> Error { in from()
260 pub(crate) fn new(shrinker: &'static Shrinker) -> impl PinInit<Self, Error> { in new() argument
216 fn arc_pin_init(init: impl PinInit<T>) -> Result<DLArc<T>, kernel::error::Error> { in arc_pin_init()
15 class Error(Exception): class
663 unsafe fn get_ashmem_area<'a>(file: *mut bindings::file) -> Result<&'a Ashmem, Error> { in get_ashmem_area() argument