Searched refs:sparse_file_add_fd (Results 1 – 4 of 4) sorted by relevance
/system/core/libsparse/include/sparse/ |
D | sparse.h | 140 int sparse_file_add_fd(struct sparse_file *s,
|
/system/core/libsparse/ |
D | append2simg.c | 108 if (sparse_file_add_fd(sparse_output, input, 0, input_len, output_block) < 0) { in main()
|
D | sparse_read.c | 117 ret = sparse_file_add_fd(s, fd, offset, len, block); in process_raw_chunk() 397 sparse_file_add_fd(s, fd, offset, to_read, block); in sparse_file_read_normal()
|
D | sparse.c | 75 int sparse_file_add_fd(struct sparse_file *s, in sparse_file_add_fd() function
|