Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd.cpp761 auto apex_active_exists = PathExists(std::string(kActiveApexPackagesDataDir)); in BackupActivePackages() local
762 if (!apex_active_exists.ok()) { in BackupActivePackages()
763 return Error() << "Backup failed : " << apex_active_exists.error(); in BackupActivePackages()
765 if (!*apex_active_exists) { in BackupActivePackages()