Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapex_file_repository.h108 std::optional<std::string> GetBlockApexRootDigest(
Dapex_file_repository_test.cpp717 TEST_F(ApexFileRepositoryTestAddBlockApex, GetBlockApexRootDigest) { in TEST_F() argument
743 ASSERT_EQ(hex_root_digest, instance.GetBlockApexRootDigest(apex_foo_path)); in TEST_F()
Dapex_file_repository.cpp414 std::optional<std::string> ApexFileRepository::GetBlockApexRootDigest( in GetBlockApexRootDigest() function in android::apex::ApexFileRepository
Dapexd.cpp541 auto root_digest = instance.GetBlockApexRootDigest(apex.GetPath()); in MountPackageImpl()