Home
last modified time | relevance | path

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

/bootable/recovery/updater/
Dcommands.cpp40 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/
Dcommands.h315 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/
Dcommands_test.cpp352 ASSERT_EQ(expected_info, command.hash_tree_info()); in TEST()