Searched refs:new_apex (Results 1 – 2 of 2) sorted by relevance
3469 const ApexFile& new_apex) { in CheckSupportsNonStagedInstall() argument3471 const auto& new_manifest = new_apex.GetManifest(); in CheckSupportsNonStagedInstall()3474 return Error() << new_apex.GetPath() in CheckSupportsNonStagedInstall()3482 return Error() << new_apex.GetPath() << " is a shared libs APEX"; in CheckSupportsNonStagedInstall()3488 return Error() << new_apex.GetPath() << " provides native libs"; in CheckSupportsNonStagedInstall()3494 return Error() << new_apex.GetPath() << " requires shared apex libs"; in CheckSupportsNonStagedInstall()3499 return Error() << new_apex.GetPath() << " requires JNI libs"; in CheckSupportsNonStagedInstall()3516 return Error() << "Set of native libs required by " << new_apex.GetPath() in CheckSupportsNonStagedInstall()3526 auto verity_data = new_apex.VerifyApexVerity(*expected_public_key); in CheckSupportsNonStagedInstall()3533 return Error() << new_apex.GetPath() in CheckSupportsNonStagedInstall()[all …]
766 const auto& new_apex = ApexFile::Open(installer.test_installed_file); in TEST_F() local767 ASSERT_TRUE(IsOk(new_apex)); in TEST_F()768 ASSERT_TRUE(new_apex->GetManifest().nocode()); in TEST_F()3091 CompressedApexInfo new_apex = CreateCompressedApex("new_apex", 1, 1); in TEST_F() local3097 non_empty_list.apexInfos.push_back(new_apex); in TEST_F()3112 CompressedApexInfo new_apex = CreateCompressedApex("new_apex", 1, 1); in TEST_F() local3118 non_empty_list.apexInfos.push_back(new_apex); in TEST_F()