Home
last modified time | relevance | path

Searched refs:GetDeviceLockStatus (Results 1 – 4 of 4) sorted by relevance

/aosp14/system/core/fastboot/device/
H A Dcommands.cpp227 if (GetDeviceLockStatus()) { in EraseHandler()
286 if (GetDeviceLockStatus()) { in DownloadHandler()
322 if (GetDeviceLockStatus()) { in SetActiveHandler()
491 if (GetDeviceLockStatus()) { in CreatePartitionHandler()
529 if (GetDeviceLockStatus()) { in DeletePartitionHandler()
551 if (GetDeviceLockStatus()) { in ResizePartitionHandler()
603 if (GetDeviceLockStatus()) { in FlashHandler()
634 if (GetDeviceLockStatus()) { in UpdateSuperHandler()
662 if ((args[1] == "wipe" || args[1] == "disable") && GetDeviceLockStatus() && IsLockedDsu()) { in GsiHandler()
754 if (GetDeviceLockStatus()) { in Fetch()
H A Dutility.h128 bool GetDeviceLockStatus();
H A Dvariables.cpp262 *message = GetDeviceLockStatus() ? "no" : "yes"; in GetUnlocked()
516 if (GetDeviceLockStatus()) { in GetDmesg()
H A Dutility.cpp197 bool GetDeviceLockStatus() { in GetDeviceLockStatus() function