Home
last modified time | relevance | path

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

/aosp12/system/apex/apexd/
H A Dapex_file_repository.cpp212 bool ApexFileRepository::IsDecompressedApex(const ApexFile& apex) const { in IsDecompressedApex() function in android::apex::ApexFileRepository
221 return it->second.GetPath() == apex.GetPath() || IsDecompressedApex(apex); in IsPreInstalledApex()
H A Dapex_file_repository_test.cpp277 TEST(ApexFileRepositoryTest, IsDecompressedApex) { in TEST() argument
291 ASSERT_TRUE(instance.IsDecompressedApex(*decompressed_apex)); in TEST()
300 ASSERT_FALSE(instance.IsDecompressedApex(*active_apex)); in TEST()
H A Dapex_file_repository.h92 bool IsDecompressedApex(const ApexFile& apex) const;
H A Dapexd.cpp537 !instance.IsPreInstalledApex(apex) || instance.IsDecompressedApex(apex); in MountPackageImpl()
1505 if (ApexFileRepository::GetInstance().IsDecompressedApex(apex)) { in GetFactoryPackages()