Searched refs:do_sparse_file_read_normal (Results 1 – 1 of 1) sorted by relevance
/aosp14/system/core/libsparse/ |
H A D | sparse_read.cpp | 460 static int do_sparse_file_read_normal(struct sparse_file* s, int fd, uint32_t* buf, int64_t offset, in do_sparse_file_read_normal() function 514 ret = do_sparse_file_read_normal(s, fd, buf, 0, s->len); in sparse_file_read_normal() 559 ret = do_sparse_file_read_normal(s, fd, buf, start, end - start); in sparse_file_read_hole()
|