Home
last modified time | relevance | path

Searched refs:in_s (Results 1 – 2 of 2) sorted by relevance

/system/core/libsparse/
Dsparse.c300 int sparse_file_resparse(struct sparse_file *in_s, unsigned int max_len, in sparse_file_resparse() argument
308 tmp = sparse_file_new(in_s->block_size, in_s->len); in sparse_file_resparse()
314 s = sparse_file_new(in_s->block_size, in_s->len); in sparse_file_resparse()
316 bb = move_chunks_up_to_len(in_s, s, max_len); in sparse_file_resparse()
328 backed_block_list_move(tmp->backed_block_list, in_s->backed_block_list, in sparse_file_resparse()
/system/core/libsparse/include/sparse/
Dsparse.h260 int sparse_file_resparse(struct sparse_file *in_s, unsigned int max_len,