Searched refs:IsBlockApex (Results 1 – 4 of 4) sorted by relevance
134 bool IsBlockApex(const ApexFile& apex) const;
397 if (it != data_store_.end() && IsBlockApex(it->second)) { in GetPublicKey()467 bool ApexFileRepository::IsBlockApex(const ApexFile& apex) const { in IsBlockApex() function in android::apex::ApexFileRepository
660 ASSERT_TRUE(instance.IsBlockApex(*apex_foo)); in TEST_F()
531 if (instance.IsBlockApex(apex)) { in MountPackageImpl()557 instance.IsBlockApex(apex); in MountPackageImpl()