Searched refs:sparse_file_import_buf (Results 1 – 4 of 4) sorted by relevance
/aosp14/system/core/libsparse/ |
H A D | sparse_fuzzer.cpp | 22 struct sparse_file* file = sparse_file_import_buf((char*)data, size, true, false); in LLVMFuzzerTestOneInput()
|
H A D | sparse_read.cpp | 663 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 D | sparse.h | 294 struct sparse_file* sparse_file_import_buf(char* buf, size_t len, bool verbose, bool crc);
|
/aosp14/system/core/fastboot/device/ |
H A D | flashing.cpp | 135 struct sparse_file* file = sparse_file_import_buf(downloaded_data.data(), in FlashSparseData()
|