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 113 TemporaryFile tgt_file; local
114 ASSERT_TRUE(android::base::WriteStringToFile(tgt, tgt_file.path));
118 "imgdiff", src_file.path, tgt_file.path, patch_file.path,
150 TemporaryFile tgt_file; local
151 FILE* tgt_file_ptr = fdopen(tgt_file.fd, "wb");
163 "imgdiff", "-z", src_file.path, tgt_file.path, patch_file.path,
169 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
248 TemporaryFile tgt_file; local
306 TemporaryFile tgt_file; local
349 TemporaryFile tgt_file; local
384 TemporaryFile tgt_file; local
412 TemporaryFile tgt_file; local
452 TemporaryFile tgt_file; local
488 TemporaryFile tgt_file; local
524 TemporaryFile tgt_file; local
563 TemporaryFile tgt_file; local
606 TemporaryFile tgt_file; local
    [all...]
applypatch_test.cpp 262 std::string tgt_file = "EMMC:" + std::string(tmp1.path); local
269 tgt_file.c_str(),
279 tgt_file = "EMMC:" + std::string(tmp2.path);
283 tgt_file.c_str(),
293 tgt_file = "EMMC:" + std::string(tmp3.path);
304 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 895 std::vector<uint8_t> tgt_file; local
902 if (!ReadZip(argv[2], &tgt_chunks, &tgt_file, false)) {
911 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 485 milliseconds