Searched refs:GetBlockApexRootDigest (Results 1 – 4 of 4) sorted by relevance
108 std::optional<std::string> GetBlockApexRootDigest(
717 TEST_F(ApexFileRepositoryTestAddBlockApex, GetBlockApexRootDigest) { in TEST_F() argument743 ASSERT_EQ(hex_root_digest, instance.GetBlockApexRootDigest(apex_foo_path)); in TEST_F()
414 std::optional<std::string> ApexFileRepository::GetBlockApexRootDigest( in GetBlockApexRootDigest() function in android::apex::ApexFileRepository
541 auto root_digest = instance.GetBlockApexRootDigest(apex.GetPath()); in MountPackageImpl()