Home
last modified time | relevance | path

Searched refs:is_device_unlocked (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/lib/libavb/
H A Davb_cmdline.c207 bool is_device_unlocked; in avb_append_options() local
228 io_ret = ops->read_is_device_unlocked(ops, &is_device_unlocked); in avb_append_options()
239 is_device_unlocked ? "unlocked" : "locked")) { in avb_append_options()
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/
H A D0005-adb-Allow-adbd-to-be-run-as-root.patch24 if (!ALLOW_ADBD_ROOT && !is_device_unlocked()) return true;