Searched refs:write_fd_chunk (Results 1 – 3 of 3) sorted by relevance
/aosp14/system/core/libsparse/ |
H A D | output_file.cpp | 76 int (*write_fd_chunk)(struct output_file* out, uint64_t len, int fd, int64_t offset); member 535 .write_fd_chunk = write_sparse_fd_chunk, 607 .write_fd_chunk = write_normal_fd_chunk, 769 int write_fd_chunk(struct output_file* out, uint64_t len, int fd, int64_t offset) { in write_fd_chunk() function 770 return out->sparse_ops->write_fd_chunk(out, len, fd, offset); in write_fd_chunk() 782 ret = write_fd_chunk(out, len, file_fd, offset); in write_file_chunk()
|
H A D | output_file.h | 36 int write_fd_chunk(struct output_file* out, uint64_t len, int fd, int64_t offset);
|
H A D | sparse.cpp | 103 ret = write_fd_chunk(out, backed_block_len(bb), backed_block_fd(bb), in sparse_file_write_block()
|