Home
last modified time | relevance | path

Searched refs:sparse_file_add_fd (Results 1 – 4 of 4) sorted by relevance

/system/core/libsparse/include/sparse/
Dsparse.h140 int sparse_file_add_fd(struct sparse_file *s,
/system/core/libsparse/
Dappend2simg.c108 if (sparse_file_add_fd(sparse_output, input, 0, input_len, output_block) < 0) { in main()
Dsparse_read.c117 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()
Dsparse.c75 int sparse_file_add_fd(struct sparse_file *s, in sparse_file_add_fd() function