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

  /bootable/recovery/tests/component/
applypatch_test.cpp 287 std::string tgt_content; local
288 ASSERT_TRUE(android::base::ReadFileToString(recovery_img_file, &tgt_content));
293 reinterpret_cast<const uint8_t*>(tgt_content.data()), tgt_content.size(),
imgdiff_test.cpp 166 const std::string tgt_content("abcdefgxyz");
167 ASSERT_EQ(0, tgt_writer.WriteBytes(tgt_content.data(), tgt_content.size()));
215 const std::string tgt_content("abcdefgxyz");
216 ASSERT_EQ(0, tgt_writer.WriteBytes(tgt_content.data(), tgt_content.size()));
264 const std::string tgt_content("abcdefgxyz");
265 ASSERT_EQ(0, tgt_writer.WriteBytes(tgt_content.data(), tgt_content.size()));
    [all...]
updater_test.cpp 453 std::string tgt_content = std::string(4096, 'b') + std::string(4096, 'd'); local
458 src_content.size(), reinterpret_cast<const uint8_t*>(tgt_content.data()),
459 tgt_content.size(), patch_file.path, nullptr));
465 std::string tgt_hash = get_sha1(tgt_content);
    [all...]

Completed in 152 milliseconds