Home
last modified time | relevance | path

Searched refs:tgt_content (Results 1 – 2 of 2) sorted by relevance

/bootable/recovery/tests/unit/
Dapplypatch_modes_test.cpp138 std::string tgt_content; in TEST_F() local
139 ASSERT_TRUE(android::base::ReadFileToString(from_testdata_base("recovery.img"), &tgt_content)); in TEST_F()
144 reinterpret_cast<const uint8_t*>(tgt_content.data()), tgt_content.size(), in TEST_F()
/bootable/recovery/tests/unit/host/
Dimgdiff_test.cpp164 const std::string tgt_content("abcdefgxyz"); in TEST() local
165 ASSERT_EQ(0, tgt_writer.WriteBytes(tgt_content.data(), tgt_content.size())); in TEST()
218 const std::string tgt_content = random_data + "extra contents"; in TEST() local
219 ASSERT_EQ(0, tgt_writer.WriteBytes(tgt_content.data(), tgt_content.size())); in TEST()
267 const std::string tgt_content; in TEST() local
268 ASSERT_EQ(0, tgt_writer.WriteBytes(tgt_content.data(), tgt_content.size())); in TEST()
311 const std::string tgt_content = random_data + "abcdefg"; in TEST() local
312 ASSERT_EQ(0, tgt_writer.WriteBytes(tgt_content.data(), tgt_content.size())); in TEST()