Searched refs:hash_tree_info (Results 1 – 3 of 3) sorted by relevance
/bootable/recovery/updater/ |
D | commands.cpp | 40 Command::Command(Type type, size_t index, std::string cmdline, HashTreeInfo hash_tree_info) in Command() argument 44 hash_tree_info_(std::move(hash_tree_info)) { in Command() 300 HashTreeInfo hash_tree_info(std::move(hash_tree_ranges), std::move(source_ranges), in Parse() local 303 return Command(op, index, line, std::move(hash_tree_info)); in Parse()
|
/bootable/recovery/updater/include/private/ |
D | commands.h | 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() function
|
/bootable/recovery/tests/unit/ |
D | commands_test.cpp | 352 ASSERT_EQ(expected_info, command.hash_tree_info()); in TEST()
|