Searched refs:verified_boot_state (Results 1 – 2 of 2) sorted by relevance
110 std::string verified_boot_state; in IsDeviceUnlocked() local112 if (fs_mgr_get_boot_config("verifiedbootstate", &verified_boot_state)) { in IsDeviceUnlocked()113 return verified_boot_state == "orange"; in IsDeviceUnlocked()
811 std::string verified_boot_state; in fs_mgr_is_device_unlocked() local812 if (fs_mgr_get_boot_config("verifiedbootstate", &verified_boot_state)) { in fs_mgr_is_device_unlocked()813 return verified_boot_state == "orange"; in fs_mgr_is_device_unlocked()