Searched refs:IsDeviceUnlocked (Results 1 – 7 of 7) sorted by relevance
65 bool IsDeviceUnlocked();
271 if (IsDeviceUnlocked()) { in IsAvbPermissive()534 bool AvbHandle::IsDeviceUnlocked() { in IsDeviceUnlocked() function in android::fs_mgr::AvbHandle535 return android::fs_mgr::IsDeviceUnlocked(); in IsDeviceUnlocked()
109 bool IsDeviceUnlocked() { in IsDeviceUnlocked() function
125 static bool IsDeviceUnlocked();
315 AvbHandle::IsDeviceUnlocked() && access(kDebugRamdiskSEPolicy, F_OK) == 0); in LoadSplitPolicy()
220 if (AvbHandle::IsDeviceUnlocked()) { in IsStandaloneImageRollback()
766 if (force_debuggable_env && AvbHandle::IsDeviceUnlocked()) { in SecondStageMain()