Home
last modified time | relevance | path

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

/system/core/libsparse/
Dsparse.cpp266 struct output_file* out_counter; in move_chunks_up_to_len() local
282 out_counter = output_file_open_callback(out_counter_write, &count, to->block_size, to->len, false, in move_chunks_up_to_len()
284 if (!out_counter) { in move_chunks_up_to_len()
294 ret = sparse_file_write_block(out_counter, bb); in move_chunks_up_to_len()
320 output_file_close(out_counter); in move_chunks_up_to_len()