Home
last modified time | relevance | path

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

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