Home
last modified time | relevance | path

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

/system/core/libsparse/
Dsparse.cpp313 int sparse_file_resparse(struct sparse_file* in_s, unsigned int max_len, struct sparse_file** out_s, in sparse_file_resparse() argument
320 tmp = sparse_file_new(in_s->block_size, in_s->len); in sparse_file_resparse()
326 s = sparse_file_new(in_s->block_size, in_s->len); in sparse_file_resparse()
328 bb = move_chunks_up_to_len(in_s, s, max_len); in sparse_file_resparse()
339 backed_block_list_move(tmp->backed_block_list, in_s->backed_block_list, nullptr, nullptr); in sparse_file_resparse()
/system/core/libsparse/include/sparse/
Dsparse.h321 int sparse_file_resparse(struct sparse_file *in_s, unsigned int max_len,