Searched refs:new_manifest (Results 1 – 1 of 1) sorted by relevance
3776 const auto& new_manifest = new_apex.GetManifest(); in CheckSupportsNonStagedInstall() local3779 if (!new_manifest.supportsrebootlessupdate()) { in CheckSupportsNonStagedInstall()3787 if (new_manifest.providesharedapexlibs()) { in CheckSupportsNonStagedInstall()3793 if (new_manifest.providenativelibs_size() > 0) { in CheckSupportsNonStagedInstall()3799 if (new_manifest.requiresharedapexlibs_size() > 0) { in CheckSupportsNonStagedInstall()3804 if (new_manifest.jnilibs_size() > 0) { in CheckSupportsNonStagedInstall()3810 ApexFileRepository::GetInstance().GetPublicKey(new_manifest.name()); in CheckSupportsNonStagedInstall()