Home
last modified time | relevance | path

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

/bootable/recovery/updater/
Dcommands.cpp79 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/
Dupdater_test.cpp662 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/
Dcommands.h381 const std::string& src_hash, SourceInfo* source,