Home
last modified time | relevance | path

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

/system/core/fs_mgr/libfs_avb/
Dfs_avb.cpp336 std::string root_digest_expected; in IsHashtreeDescriptorRootDigestMatching() local
337 if (!ReadFileToString(fstab_entry.avb_hashtree_digest, &root_digest_expected)) { in IsHashtreeDescriptorRootDigestMatching()
356 if (hashtree_descriptor->root_digest != root_digest_expected) { in IsHashtreeDescriptorRootDigestMatching()
358 << ") is different from expected value (" << root_digest_expected << ")"; in IsHashtreeDescriptorRootDigestMatching()