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

  /bootable/recovery/tests/component/
imgdiff_test.cpp 105 TemporaryFile tgt_file; local
106 ASSERT_TRUE(android::base::WriteStringToFile(tgt, tgt_file.path));
110 "imgdiff", src_file.path, tgt_file.path, patch_file.path,
146 TemporaryFile tgt_file; local
147 FILE* tgt_file_ptr = fdopen(tgt_file.fd, "wb");
159 "imgdiff", "-z", src_file.path, tgt_file.path, patch_file.path,
165 ASSERT_TRUE(android::base::ReadFileToString(tgt_file.path, &tgt));
199 TemporaryFile tgt_file; local
200 FILE* tgt_file_ptr = fdopen(tgt_file.fd, "wb");
212 "imgdiff", "-z", src_file.path, tgt_file.path, patch_file.path
252 TemporaryFile tgt_file; local
314 TemporaryFile tgt_file; local
363 TemporaryFile tgt_file; local
391 TemporaryFile tgt_file; local
435 TemporaryFile tgt_file; local
475 TemporaryFile tgt_file; local
515 TemporaryFile tgt_file; local
558 TemporaryFile tgt_file; local
    [all...]
applypatch_test.cpp 309 std::string tgt_file = "EMMC:" + std::string(tmp1.path); local
316 tgt_file.c_str(),
326 tgt_file = "EMMC:" + std::string(tmp2.path);
330 tgt_file.c_str(),
340 tgt_file = "EMMC:" + std::string(tmp3.path);
351 tgt_file.c_str(),
  /bionic/libc/kernel/tools/
generate_uapi_headers.sh 118 tgt_file=${tgt_dir}/$(basename ${file})
119 if [[ -e ${tgt_file} ]] && ! diff "${file}" "${tgt_file}" > /dev/null; then
  /bootable/recovery/applypatch/
imgdiff.cpp 892 std::vector<uint8_t> tgt_file; local
899 if (!ReadZip(argv[2], &tgt_chunks, &tgt_file, false)) {
908 if (!ReadImage(argv[2], &tgt_chunks, &tgt_file)) {
    [all...]
  /build/make/tools/releasetools/
blockimgdiff.py 749 tgt_file = common.MakeTempFile(prefix="tgt-")
750 with open(tgt_file, "wb") as fd:
754 patch = compute_patch(src_file, tgt_file, imgdiff)
    [all...]

Completed in 671 milliseconds