Home
last modified time | relevance | path

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

/bootable/recovery/applypatch/include/applypatch/
Dimgdiff_image.h141 size_t WriteHeaderToFd(int fd, size_t offset, size_t index) const;
/bootable/recovery/applypatch/
Dimgdiff.cpp499 size_t PatchChunk::WriteHeaderToFd(int fd, size_t offset, size_t index) const { in WriteHeaderToFd() function in PatchChunk
564 offset = patch_chunks[i].WriteHeaderToFd(patch_fd, offset, i); in WritePatchDataToFd()