Home
last modified time | relevance | path

Searched defs:lockVal (Results 1 – 2 of 2) sorted by relevance

/external/libese/apps/boot/
Dese_boot_tool.cpp289 uint8_t lockVal = 0; in handle_lock_state() local
325 uint8_t lockVal = static_cast<uint8_t>(std::stoi(args[3], nullptr, 0)); in handle_lock_state() local
Dboot.c231 EseBootLockId lock, uint8_t *lockVal) { in ese_boot_lock_get()