Home
last modified time | relevance | path

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

/system/gsid/
Dpartition_installer.h57 void PostInstallCleanup();
58 void PostInstallCleanup(ImageManager* manager);
Dpartition_installer.cpp63 PostInstallCleanup(images_.get()); in ~PartitionInstaller()
70 void PartitionInstaller::PostInstallCleanup() { in PostInstallCleanup() function in android::gsi::PartitionInstaller
76 return PostInstallCleanup(manager.get()); in PostInstallCleanup()
79 void PartitionInstaller::PostInstallCleanup(ImageManager* manager) { in PostInstallCleanup() function in android::gsi::PartitionInstaller