Home
last modified time | relevance | path

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

/system/core/libsparse/include/sparse/
Dsparse.h291 struct sparse_file *sparse_file_import_buf(char* buf, bool verbose, bool crc);
/system/core/fastboot/device/
Dflashing.cpp104 struct sparse_file* file = sparse_file_import_buf(downloaded_data.data(), true, false); in FlashSparseData()
/system/core/libsparse/
Dsparse_read.cpp543 struct sparse_file* sparse_file_import_buf(char* buf, bool verbose, bool crc) { in sparse_file_import_buf() function