Home
last modified time | relevance | path

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

/aosp14/system/core/libsparse/
H A Doutput_file.h35 int write_file_chunk(struct output_file* out, uint64_t len, const char* file, int64_t offset);
H A Dsparse.cpp99 ret = write_file_chunk(out, backed_block_len(bb), backed_block_filename(bb), in sparse_file_write_block()
H A Doutput_file.cpp774 int write_file_chunk(struct output_file* out, uint64_t len, const char* file, int64_t offset) { in write_file_chunk() function