Home
last modified time | relevance | path

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

/system/core/libsparse/include/sparse/
Dsparse.h203 int sparse_file_callback(struct sparse_file *s, bool sparse, bool crc,
/system/core/fastboot/
Dprotocol.cpp347 r = sparse_file_callback(s, true, false, fb_download_data_sparse_write, transport); in fb_download_data_sparse()
/system/extras/verity/
Dbuild_verity_tree.cpp327 sparse_file_callback(file, false, false, hash_chunk, &ctx); in main()
/system/core/libsparse/
Dsparse.c181 int sparse_file_callback(struct sparse_file *s, bool sparse, bool crc, in sparse_file_callback() function
/system/extras/verity/fec/
Dimage.cpp136 sparse_file_callback(file, false, false, process_chunk, ctx); in file_image_load()