Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapex_file_repository.h134 bool IsBlockApex(const ApexFile& apex) const;
Dapex_file_repository.cpp397 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
Dapex_file_repository_test.cpp660 ASSERT_TRUE(instance.IsBlockApex(*apex_foo)); in TEST_F()
Dapexd.cpp531 if (instance.IsBlockApex(apex)) { in MountPackageImpl()
557 instance.IsBlockApex(apex); in MountPackageImpl()