Home
last modified time | relevance | path

Searched refs:IsInstallationComplete (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/gsid/
H A Dgsi_service.h98 static bool IsInstallationComplete(const std::string&);
H A Dgsi_service.cpp1025 bool GsiService::IsInstallationComplete(const std::string& dsu_slot) { in IsInstallationComplete() function in android::gsi::GsiService
1058 bool is_complete = IsInstallationComplete(slot); in CleanCorruptedInstallation()