Searched refs:apex_active_exists (Results 1 – 1 of 1) sorted by relevance
761 auto apex_active_exists = PathExists(std::string(kActiveApexPackagesDataDir)); in BackupActivePackages() local762 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()