Home
last modified time | relevance | path

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

/system/core/fastboot/
Dfastboot.h45 int fb_download_data_sparse(Transport* transport, struct sparse_file* s);
Dprotocol.cpp253 int fb_download_data_sparse(Transport* transport, struct sparse_file* s) { in fb_download_data_sparse() function
Dengine.cpp367 status = fb_download_data_sparse(transport, reinterpret_cast<sparse_file*>(a->data)); in fb_execute_queue()