Home
last modified time | relevance | path

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

/system/core/libsparse/
Dsimg2simg.cpp69 files = sparse_file_resparse(s, max_size, nullptr, 0); in main()
81 files = sparse_file_resparse(s, max_size, out_s, files); in main()
Dsparse.cpp313 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/libsparse/include/sparse/
Dsparse.h321 int sparse_file_resparse(struct sparse_file *in_s, unsigned int max_len,
/system/core/fastboot/
Dfastboot.cpp814 int files = sparse_file_resparse(s, max_size, nullptr, 0); in load_sparse_files()
820 files = sparse_file_resparse(s, max_size, out_s, files); in load_sparse_files()