Searched refs:GetPreInstalledApex (Results 1 – 5 of 5) sorted by relevance
42 instance.GetPreInstalledApex(apex_file.GetManifest().name()); in IsVendorApex()102 instance.GetPreInstalledApex(apex_file.GetManifest().name()); in GetPreinstallPartitionEnum()
568 TEST(ApexFileRepositoryTest, GetPreInstalledApex) { in TEST() argument580 auto ret = instance.GetPreInstalledApex("com.android.apex.test_package"); in TEST()588 instance.GetPreInstalledApex("whatever"); in TEST()663 auto ret_foo = instance.GetPreInstalledApex("com.android.apex.test_package"); in TEST_F()669 instance.GetPreInstalledApex("com.android.apex.test_package_2"); in TEST_F()
149 ApexFileRef GetPreInstalledApex(const std::string& name) const;
522 ApexFileRef ApexFileRepository::GetPreInstalledApex( in GetPreInstalledApex() function in android::apex::ApexFileRepository
862 instance.GetPreInstalledApex(apex_file.GetManifest().name()); in VerifyVndkVersion()1859 fallback_apexes.push_back(file_repository.GetPreInstalledApex(name)); in ActivateMissingApexes()3404 auto pre_installed_apex = instance.GetPreInstalledApex(new_apex_name); in ShouldAllocateSpaceForDecompression()3415 instance.GetPreInstalledApex(new_apex_name) in ShouldAllocateSpaceForDecompression()