OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sparse_file_callback
(Results
1 - 5
of
5
) sorted by null
/system/core/libsparse/include/sparse/
sparse.h
179
*
sparse_file_callback
- call a callback for blocks in sparse file
196
int
sparse_file_callback
(struct sparse_file *s, bool sparse, bool crc,
/system/core/fastboot/
protocol.cpp
266
r =
sparse_file_callback
(s, true, false, fb_download_data_sparse_write, transport);
/system/core/libsparse/
sparse.c
181
int
sparse_file_callback
(struct sparse_file *s, bool sparse, bool crc,
function
/system/extras/verity/
build_verity_tree.cpp
327
sparse_file_callback
(file, false, false, hash_chunk, &ctx);
/system/extras/verity/fec/
image.cpp
269
sparse_file_callback
(file, false, false, process_chunk, ctx);
Completed in 1006 milliseconds