Home
last modified time | relevance | path

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

/external/autotest/server/cros/chaos_lib/
Dchaos_datastore_utils.py23 LOCK_DEVICE = "devices/lock" variable in ChaosDataStoreUtils
94 request = self.CHAOS_DATASTORE_URL + '/' + self.LOCK_DEVICE
/external/libese/apps/boot/card/src/com/android/verifiedboot/storage/
DStorage.java75 private final static byte LOCK_DEVICE = (byte) 0x01; field in Storage
149 locks[LOCK_DEVICE] = new BasicLock(NO_METADATA, NO_REQ_LOCKS); in Storage()
150 BasicLock lockRef = (BasicLock)locks[LOCK_DEVICE]; in Storage()
160 lockRef.addRequiredLock(locks[LOCK_DEVICE]); in Storage()
/external/libese/apps/boot/
DREADME.md35 - `LOCK_DEVICE`
144 As `LOCK_DEVICE` has not metadata, it can be set and retrieved using
157 both `LOCK_CARRIER` and `LOCK_DEVICE` are cleared/unlocked.
159 As with `LOCK_DEVICE`, `LOCK_BOOT` has no metadata so it does not need the
181 device to be unlocked implies both physical access the `LOCK_DEVICE`
234 - `ese_boot_session_lock_set(LOCK_DEVICE, 0x1);`
385 Note, `LOCK_DEVICE` and `LOCK_CARRIER` should not need to be used by fastboot.