Home
last modified time | relevance | path

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

/aosp14/system/core/libsparse/
H A Dsparse_fuzzer.cpp22 struct sparse_file* file = sparse_file_import_buf((char*)data, size, true, false); in LLVMFuzzerTestOneInput()
H A Dsparse_read.cpp663 struct sparse_file* sparse_file_import_buf(char* buf, size_t len, bool verbose, bool crc) { in sparse_file_import_buf() function
/aosp14/system/core/libsparse/include/sparse/
H A Dsparse.h294 struct sparse_file* sparse_file_import_buf(char* buf, size_t len, bool verbose, bool crc);
/aosp14/system/core/fastboot/device/
H A Dflashing.cpp135 struct sparse_file* file = sparse_file_import_buf(downloaded_data.data(), in FlashSparseData()