Home
last modified time | relevance | path

Searched refs:kGsiInstalledProp (Results 1 – 3 of 3) sorted by relevance

/system/gsid/include/libgsi/
Dlibgsi.h83 static constexpr char kGsiInstalledProp[] = "gsid.image_installed"; variable
/system/gsid/
Dgsi_service.cpp193 SetProperty(kGsiInstalledProp, "1"); in closeInstall()
547 SetProperty(kGsiInstalledProp, "1"); in ResetBootAttemptCounter()
1005 SetProperty(kGsiInstalledProp, "0"); in RemoveGsiFiles()
/system/core/init/
Dinit.cpp1045 SetProperty(gsi::kGsiInstalledProp, is_installed); in SecondStageMain()