Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd.cpp3471 const auto& new_manifest = new_apex.GetManifest(); in CheckSupportsNonStagedInstall() local
3473 if (!new_manifest.supportsrebootlessupdate()) { in CheckSupportsNonStagedInstall()
3481 if (new_manifest.providesharedapexlibs()) { in CheckSupportsNonStagedInstall()
3487 if (new_manifest.providenativelibs_size() > 0) { in CheckSupportsNonStagedInstall()
3493 if (new_manifest.requiresharedapexlibs_size() > 0) { in CheckSupportsNonStagedInstall()
3498 if (new_manifest.jnilibs_size() > 0) { in CheckSupportsNonStagedInstall()
3511 new_manifest.requirenativelibs().begin(), in CheckSupportsNonStagedInstall()
3512 new_manifest.requirenativelibs().end()); in CheckSupportsNonStagedInstall()
3522 ApexFileRepository::GetInstance().GetPublicKey(new_manifest.name()); in CheckSupportsNonStagedInstall()