Home
last modified time | relevance | path

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

/system/core/fastboot/
Dfastboot.h56 void fb_queue_flash_fd(const std::string& partition, int fd, uint32_t sz);
Dengine.cpp120 void fb_queue_flash_fd(const std::string& partition, int fd, uint32_t sz) { in fb_queue_flash_fd() function
Dfastboot.cpp940 fb_queue_flash_fd(partition, buf->fd, buf->sz); in flash_buf()