Home
last modified time | relevance | path

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

/aosp12/system/core/fs_mgr/libfs_avb/
H A 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()
H A Dutil.h65 bool IsDeviceUnlocked();
H A Dutil.cpp109 bool IsDeviceUnlocked() { in IsDeviceUnlocked() function
/aosp12/system/core/fs_mgr/libfs_avb/include/fs_avb/
H A Dfs_avb.h125 static bool IsDeviceUnlocked();
/aosp12/bootable/recovery/
H A Drecovery_main.cpp72 static bool IsDeviceUnlocked() { in IsDeviceUnlocked() function
472 fastboot ? "fastboot" : IsRoDebuggable() || IsDeviceUnlocked() ? "adb" : "none"; in main()
/aosp12/system/core/init/
H A Dselinux.cpp301 if (force_debuggable_env && "true"s == force_debuggable_env && AvbHandle::IsDeviceUnlocked()) { in GetUserdebugPlatformPolicyFile()
H A Dfirst_stage_mount.cpp225 if (AvbHandle::IsDeviceUnlocked()) { in IsStandaloneImageRollback()
H A Dinit.cpp790 if (force_debuggable_env && AvbHandle::IsDeviceUnlocked()) { in SecondStageMain()