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

  /bootable/recovery/applypatch/
imgdiff.cpp 778 android::base::unique_fd patch_fd(open(ptemp, O_RDONLY));
779 if (patch_fd == -1) {
784 if (fstat(patch_fd, &st) != 0) {
799 if (!android::base::ReadFully(patch_fd, patch_data->data(), sz)) {
    [all...]
  /build/make/tools/releasetools/
blockimgdiff.py 791 with open(prefix + ".patch.dat", "wb") as patch_fd:
797 patch_fd.write(patch)
    [all...]

Completed in 258 milliseconds