Searched refs:cur_apex (Results 1 – 1 of 1) sorted by relevance
3468 Result<void> CheckSupportsNonStagedInstall(const ApexFile& cur_apex, in CheckSupportsNonStagedInstall() argument3470 const auto& cur_manifest = cur_apex.GetManifest(); in CheckSupportsNonStagedInstall()3518 << cur_apex.GetPath(); in CheckSupportsNonStagedInstall()3620 auto cur_apex = ApexFile::Open(cur_mounted_data->full_path); in InstallPackage() local3621 if (!cur_apex.ok()) { in InstallPackage()3622 return cur_apex.error(); in InstallPackage()3628 if (auto r = CheckSupportsNonStagedInstall(*cur_apex, *temp_apex); !r.ok()) { in InstallPackage()3649 if (auto res = UnmountPackage(*cur_apex, /* allow_latest= */ true, in InstallPackage()3667 if (auto res = ActivatePackageImpl(*cur_apex, old_new_id); !res.ok()) { in InstallPackage()3695 if (!ApexFileRepository::GetInstance().IsPreInstalledApex(*cur_apex)) { in InstallPackage()