Home
last modified time | relevance | path

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

/bootable/recovery/updater/include/private/
Dcommands.h190 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/
Dcommands.cpp40 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/
Dcommands_test.cpp350 HashTreeInfo expected_info(RangeSet({ { 0, 1 } }), RangeSet({ { 3, 4 } }), "sha1", "unknown-salt", in TEST()