Home
last modified time | relevance | path

Searched refs:IsDeviceUnlocked (Results 1 – 7 of 7) sorted by relevance

/system/core/fs_mgr/libfs_avb/
Dutil.h65 bool IsDeviceUnlocked();
Dfs_avb.cpp271 if (IsDeviceUnlocked()) { in IsAvbPermissive()
534 bool AvbHandle::IsDeviceUnlocked() { in IsDeviceUnlocked() function in android::fs_mgr::AvbHandle
535 return android::fs_mgr::IsDeviceUnlocked(); in IsDeviceUnlocked()
Dutil.cpp109 bool IsDeviceUnlocked() { in IsDeviceUnlocked() function
/system/core/fs_mgr/libfs_avb/include/fs_avb/
Dfs_avb.h125 static bool IsDeviceUnlocked();
/system/core/init/
Dselinux.cpp315 AvbHandle::IsDeviceUnlocked() && access(kDebugRamdiskSEPolicy, F_OK) == 0); in LoadSplitPolicy()
Dfirst_stage_mount.cpp220 if (AvbHandle::IsDeviceUnlocked()) { in IsStandaloneImageRollback()
Dinit.cpp766 if (force_debuggable_env && AvbHandle::IsDeviceUnlocked()) { in SecondStageMain()