Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libfs_avb/
H A Dutil.cpp110 std::string verified_boot_state; in IsDeviceUnlocked() local
112 if (fs_mgr_get_boot_config("verifiedbootstate", &verified_boot_state)) { in IsDeviceUnlocked()
113 return verified_boot_state == "orange"; in IsDeviceUnlocked()
/aosp14/system/core/fs_mgr/
H A Dfs_mgr.cpp811 std::string verified_boot_state; in fs_mgr_is_device_unlocked() local
812 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()