Home
last modified time | relevance | path

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

/system/core/libsparse/
Dsparse_read.cpp336 static int sparse_file_read_sparse(struct sparse_file* s, SparseFileSource* source, bool crc) { in sparse_file_read_sparse() function
471 return sparse_file_read_sparse(s, &source, crc); in sparse_file_read()
479 return sparse_file_read_sparse(s, &source, crc); in sparse_file_read_buf()
529 ret = sparse_file_read_sparse(s, source, crc); in sparse_file_import_source()