Home
last modified time | relevance | path

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

/system/core/fastboot/fuzzy_fastboot/
Dtest_utils.h66 unsigned bs = sparse_file_block_size(sparse); in Rep()
/system/core/libsparse/include/sparse/
Dsparse.h187 unsigned int sparse_file_block_size(struct sparse_file *s);
/system/core/libsparse/
Dsparse.cpp259 unsigned int sparse_file_block_size(struct sparse_file* s) { in sparse_file_block_size() function
/system/extras/partition_tools/
Dlpadd.cc278 *block_size = sparse_file_block_size(sf.get()); in MaybeUnsparse()