Searched refs:src_hash (Results 1 – 3 of 3) sorted by relevance
/bootable/recovery/updater/ |
D | commands.cpp | 79 const std::string& src_hash, SourceInfo* source, in ParseTargetInfoAndSourceInfo() argument 129 SourceInfo result(src_hash, src_ranges, {}, {}); in ParseTargetInfoAndSourceInfo() 167 SourceInfo result(src_hash, src_ranges, src_ranges_location, stashes); in ParseTargetInfoAndSourceInfo() 256 std::string src_hash = tokens[pos++]; in Parse() local 260 src_hash, &source_info, err)) { in Parse()
|
/bootable/recovery/tests/unit/ |
D | updater_test.cpp | 662 std::string src_hash = GetSha1(source); in GetEntriesForBsdiff() local 674 src_hash.c_str(), tgt_hash.c_str(), target_blocks, source_blocks, in GetEntriesForBsdiff() 741 std::string src_hash = GetSha1(src_content); in TEST_F() local 749 "stash " + src_hash + " 2,0,2", in TEST_F() 750 "free " + src_hash, in TEST_F() 771 ASSERT_EQ(-1, access((stash_base + src_hash).c_str(), F_OK)); in TEST_F()
|
/bootable/recovery/updater/include/private/ |
D | commands.h | 381 const std::string& src_hash, SourceInfo* source,
|