Home
last modified time | relevance | path

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

/system/core/fastboot/
Dfastboot.cpp868 static bool load_buf_fd(int fd, struct fastboot_buffer* buf) { in load_buf_fd() function
916 return load_buf_fd(fd.release(), buf); in load_buf()
1306 if (fd < 0 || !load_buf_fd(fd, &buf)) { in FlashImages()
1542 if (!load_buf_fd(fd.release(), &buf)) { in fb_perform_format()