Home
last modified time | relevance | path

Searched refs:IsGsiInstalled (Results 1 – 5 of 5) sorted by relevance

/system/gsid/
Dlibgsi.cpp48 bool IsGsiInstalled() { in IsGsiInstalled() function
73 if (!IsGsiInstalled()) { in CanBootIntoGsi()
Dgsi_service.cpp350 *_aidl_return = IsGsiInstalled(); in isGsiInstalled()
401 if (IsGsiRunning() || !IsGsiInstalled()) { in zeroPartition()
848 if (!android::gsi::IsGsiInstalled()) { in ReenableGsi()
909 if (!android::gsi::IsGsiInstalled()) { in DisableGsiInstall()
/system/gsid/include/libgsi/
Dlibgsi.h64 bool IsGsiInstalled();
/system/core/fastboot/device/
Dcommands.cpp571 if (!android::gsi::IsGsiInstalled()) { in GsiHandler()
/system/core/init/
Dinit.cpp836 auto is_installed = android::gsi::IsGsiInstalled() ? "1" : "0"; in SecondStageMain()