HomeSort by relevance Sort by last modified time
    Searched refs:expected_root_hash (Results 1 - 3 of 3) sorted by null

  /build/make/tools/releasetools/
test_verity_utils.py 51 self.expected_root_hash = \
124 self.assertEqual(self.expected_root_hash, generator.hashtree_info.root_hash)
137 info.root_hash = self.expected_root_hash
152 info.root_hash = "a" + self.expected_root_hash[1:]
166 self.assertEqual(self.expected_root_hash, info.root_hash)
  /bootable/recovery/tests/component/
updater_test.cpp 395 std::string expected_root_hash =
399 expected_root_hash };
428 ASSERT_EQ(expected_root_hash, HashTreeBuilder::BytesArrayToString(digest));
444 std::string expected_root_hash =
448 expected_root_hash };
    [all...]
  /bootable/recovery/updater/
blockimg.cpp 1520 std::string expected_root_hash = params.tokens[params.cpos++]; local
    [all...]

Completed in 3331 milliseconds