Searched refs:in_s (Results 1 – 2 of 2) sorted by relevance
/system/core/libsparse/ |
D | sparse.cpp | 326 int sparse_file_resparse(struct sparse_file* in_s, unsigned int max_len, struct sparse_file** out_s, in sparse_file_resparse() argument 333 tmp = sparse_file_new(in_s->block_size, in_s->len); in sparse_file_resparse() 339 s = sparse_file_new(in_s->block_size, in_s->len); in sparse_file_resparse() 341 if (move_chunks_up_to_len(in_s, s, max_len, &bb) < 0) { in sparse_file_resparse() 360 backed_block_list_move(tmp->backed_block_list, in_s->backed_block_list, nullptr, nullptr); in sparse_file_resparse()
|
/system/core/libsparse/include/sparse/ |
D | sparse.h | 324 int sparse_file_resparse(struct sparse_file *in_s, unsigned int max_len,
|