Home
last modified time | relevance | path

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

/system/core/libsparse/include/sparse/
Dsparse.h324 int sparse_file_resparse(struct sparse_file *in_s, unsigned int max_len,
/system/core/libsparse/
Dsparse.cpp326 int sparse_file_resparse(struct sparse_file* in_s, unsigned int max_len, struct sparse_file** out_s, in sparse_file_resparse() function
/system/core/fastboot/
Dfastboot.cpp991 const int files = sparse_file_resparse(s, max_size, nullptr, 0); in resparse_file()
995 const int rv = sparse_file_resparse(s, max_size, temp.get(), files); in resparse_file()