Home
last modified time | relevance | path

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

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