Home
last modified time | relevance | path

Searched refs:read_is_device_unlocked (Results 1 – 3 of 3) sorted by relevance

/bootable/libbootloader/gbl/efi/src/
Davb.rs105 fn read_is_device_unlocked(&mut self) -> IoResult<bool> { in read_is_device_unlocked() method
Dandroid_boot.rs57 let avb_state = match avb_ops.read_is_device_unlocked()? { in avb_verify_slot()
/bootable/libbootloader/gbl/libgbl/src/
Dlib.rs616 fn read_is_device_unlocked(&mut self) -> AvbIoResult<bool> { in read_is_device_unlocked() method