Home
last modified time | relevance | path

Searched refs:NotImplemented (Results 1 – 4 of 4) sorted by relevance

/bootable/libbootloader/gbl/libgbl/src/
Dlib.rs466 Err(IntegrationError::GblNativeError(Error::NotImplemented)) => (), in lvb_inner()
605 Err(IoError::NotImplemented) in validate_vbmeta_public_key()
608 Err(IoError::NotImplemented) in read_from_partition()
611 Err(IoError::NotImplemented) in read_rollback_index()
614 Err(IoError::NotImplemented) in write_rollback_index()
617 Err(IoError::NotImplemented) in read_is_device_unlocked()
621 Err(IoError::NotImplemented) in get_unique_guid_for_partition()
624 Err(IoError::NotImplemented) in get_size_of_partition()
627 Err(IoError::NotImplemented) in read_persistent_value()
630 Err(IoError::NotImplemented) in write_persistent_value()
[all …]
Derror.rs37 NotImplemented, enumerator
56 Error::NotImplemented => write!(f, "Functionality is not implemented"), in fmt()
Dops.rs107 Err(Error::NotImplemented.into()) in do_fastboot()
114 Err(Error::NotImplemented.into()) in gbl_alloc_extra_action()
/bootable/libbootloader/gbl/efi/src/
Davb.rs72 let part_str = cstr_to_str(partition, IoError::NotImplemented)?; in get_preloaded_partition()
75 .ok_or(IoError::NotImplemented)? in get_preloaded_partition()
78 .ok_or(IoError::NotImplemented)? in get_preloaded_partition()