Home
last modified time | relevance | path

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

/aosp14/system/core/libsparse/
H A Doutput_file.cpp75 int (*write_end_chunk)(struct output_file* out); member
534 .write_end_chunk = write_sparse_end_chunk,
606 .write_end_chunk = write_normal_end_chunk,
611 out->sparse_ops->write_end_chunk(out); in output_file_close()