Home
last modified time | relevance | path

Searched refs:sparse_file_add_fill (Results 1 – 3 of 3) sorted by relevance

/system/core/libsparse/include/sparse/
Dsparse.h90 int sparse_file_add_fill(struct sparse_file *s,
/system/core/libsparse/
Dsparse_read.c157 ret = sparse_file_add_fill(s, fill_val, len, block); in process_fill_chunk()
393 sparse_file_add_fill(s, buf[0], to_read, block); in sparse_file_read_normal()
Dsparse.c61 int sparse_file_add_fill(struct sparse_file *s, in sparse_file_add_fill() function