Home
last modified time | relevance | path

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

/system/gsid/
Dgsi_service.h120 int GetExistingImage(const LpMetadata& metadata, const std::string& name, Image* image);
Dgsi_service.cpp932 if (int error = GetExistingImage(*old_metadata.get(), "userdata_gsi", &userdata_image)) { in ReenableGsi()
938 if (int error = GetExistingImage(*old_metadata.get(), "system_gsi", &system_image)) { in ReenableGsi()
970 if (int error = GetExistingImage(*old_metadata.get(), "userdata_gsi", &userdata_image)) { in WipeUserdata()
1022 int GsiService::GetExistingImage(const LpMetadata& metadata, const std::string& name, in GetExistingImage() function in android::gsi::GsiService