Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd_vendor_apex.cpp97 if (!instance.IsPreInstalledApex(apex_file)) { in GetPreinstallPartitionEnum()
Dapex_file_repository_test.cpp335 TEST(ApexFileRepositoryTest, IsPreInstalledApex) { in TEST() argument
347 ASSERT_TRUE(instance.IsPreInstalledApex(*compressed_apex)); in TEST()
351 ASSERT_TRUE(instance.IsPreInstalledApex(*apex1)); in TEST()
357 ASSERT_FALSE(instance.IsPreInstalledApex(*apex2)); in TEST()
362 ASSERT_FALSE(instance.IsPreInstalledApex(*apex3)); in TEST()
Dapex_file_repository.h128 bool IsPreInstalledApex(const ApexFile& apex) const;
Dapexd.cpp553 const bool mount_on_verity = !instance.IsPreInstalledApex(apex) || in MountPackageImpl()
1371 !ApexFileRepository::GetInstance().IsPreInstalledApex(apex_file)) { in ActivatePackageImpl()
1807 return !apex_repo.IsPreInstalledApex(*apex_a); in ActivateApexPackages()
1852 if (file_repository.IsPreInstalledApex(apex)) { in ActivateMissingApexes()
2374 if (ApexFileRepository::GetInstance().IsPreInstalledApex(*apex)) { in UnstagePackages()
2728 !instance.IsPreInstalledApex(a); in SelectApexForActivation()
2743 if (instance.IsPreInstalledApex(a) && in SelectApexForActivation()
2751 if (!instance.IsPreInstalledApex(a) && in SelectApexForActivation()
3478 instance.IsPreInstalledApex(apex), is_active, mtime, in CollectApexInfoList()
4025 if (!ApexFileRepository::GetInstance().IsPreInstalledApex(*cur_apex)) { in InstallPackageImpl()
Dapex_file_repository.cpp459 bool ApexFileRepository::IsPreInstalledApex(const ApexFile& apex) const { in IsPreInstalledApex() function in android::apex::ApexFileRepository
Dapexservice.cpp365 out.isFactory = instance.IsPreInstalledApex(package); in GetApexInfo()