HomeSort by relevance Sort by last modified time
    Searched refs:is_device_unlocked (Results 1 - 3 of 3) sorted by null

  /external/avb/libavb/
avb_cmdline.c 235 bool is_device_unlocked; local
256 io_ret = ops->read_is_device_unlocked(ops, &is_device_unlocked);
267 is_device_unlocked ? "unlocked" : "locked")) {
avb_slot_verify.c 234 bool is_device_unlocked = true; local
236 io_ret = ops->read_is_device_unlocked(ops, &is_device_unlocked);
244 if (is_device_unlocked) {
    [all...]
  /external/u-boot/lib/libavb/
avb_cmdline.c 207 bool is_device_unlocked; local
228 io_ret = ops->read_is_device_unlocked(ops, &is_device_unlocked);
239 is_device_unlocked ? "unlocked" : "locked")) {

Completed in 505 milliseconds