Searched refs:IsDecompressedApex (Results 1 – 4 of 4) sorted by relevance
212 bool ApexFileRepository::IsDecompressedApex(const ApexFile& apex) const { in IsDecompressedApex() function in android::apex::ApexFileRepository221 return it->second.GetPath() == apex.GetPath() || IsDecompressedApex(apex); in IsPreInstalledApex()
277 TEST(ApexFileRepositoryTest, IsDecompressedApex) { in TEST() argument291 ASSERT_TRUE(instance.IsDecompressedApex(*decompressed_apex)); in TEST()300 ASSERT_FALSE(instance.IsDecompressedApex(*active_apex)); in TEST()
92 bool IsDecompressedApex(const ApexFile& apex) const;
537 !instance.IsPreInstalledApex(apex) || instance.IsDecompressedApex(apex); in MountPackageImpl()1505 if (ApexFileRepository::GetInstance().IsDecompressedApex(apex)) { in GetFactoryPackages()