Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd_vendor_apex.cpp42 instance.GetPreInstalledApex(apex_file.GetManifest().name()); in IsVendorApex()
102 instance.GetPreInstalledApex(apex_file.GetManifest().name()); in GetPreinstallPartitionEnum()
Dapex_file_repository_test.cpp568 TEST(ApexFileRepositoryTest, GetPreInstalledApex) { in TEST() argument
580 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()
Dapex_file_repository.h149 ApexFileRef GetPreInstalledApex(const std::string& name) const;
Dapex_file_repository.cpp522 ApexFileRef ApexFileRepository::GetPreInstalledApex( in GetPreInstalledApex() function in android::apex::ApexFileRepository
Dapexd.cpp862 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()