Home
last modified time | relevance | path

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

/aosp_15_r20/system/apex/apexd/
H A Dapexd.cpp758 auto apex_active_exists = in BackupActivePackages() local
760 if (!apex_active_exists.ok()) { in BackupActivePackages()
761 return Error() << "Backup failed : " << apex_active_exists.error(); in BackupActivePackages()
763 if (!*apex_active_exists) { in BackupActivePackages()