Home
last modified time | relevance | path

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

/bootable/recovery/tests/unit/
Dupdater_test.cpp109 static std::string GetSha1(std::string_view content) { in GetSha1() function
159 updated_marker += "/" + GetSha1(image_temp_file_.path) + ".UPDATED"; in TearDown()
259 std::string source_hash = GetSha1(source_content); in TEST_F()
266 std::string target_hash = GetSha1(target_content); in TEST_F()
662 std::string src_hash = GetSha1(source); in GetEntriesForBsdiff()
663 std::string tgt_hash = GetSha1(target); in GetEntriesForBsdiff()
741 std::string src_hash = GetSha1(src_content); in TEST_F()
767 std::string name_digest = GetSha1(image_file_); in TEST_F()
871 std::string block1_hash = GetSha1(block1); in TEST_F()
872 std::string block2_hash = GetSha1(block2); in TEST_F()
[all …]