Searched refs:HashTreeInfo (Results 1 – 3 of 3) sorted by relevance
/bootable/recovery/updater/include/private/ |
D | commands.h | 190 class HashTreeInfo { 192 HashTreeInfo() = default; 194 HashTreeInfo(RangeSet hash_tree_ranges, RangeSet source_ranges, std::string hash_algorithm, in HashTreeInfo() function 219 bool operator==(const HashTreeInfo& other) const { 315 Command(Type type, size_t index, std::string cmdline, HashTreeInfo hash_tree_info); 353 const HashTreeInfo& hash_tree_info() const { in hash_tree_info() 403 HashTreeInfo hash_tree_info_;
|
/bootable/recovery/updater/ |
D | commands.cpp | 40 Command::Command(Type type, size_t index, std::string cmdline, HashTreeInfo hash_tree_info) in Command() 299 HashTreeInfo hash_tree_info(std::move(hash_tree_ranges), std::move(source_ranges), in Parse()
|
/bootable/recovery/tests/unit/ |
D | commands_test.cpp | 350 HashTreeInfo expected_info(RangeSet({ { 0, 1 } }), RangeSet({ { 3, 4 } }), "sha1", "unknown-salt", in TEST()
|