Searched refs:fastboot_buffer (Results 1 – 1 of 1) sorted by relevance
113 struct fastboot_buffer { struct890 static bool load_buf_fd(int fd, struct fastboot_buffer* buf) { in load_buf_fd()922 static bool load_buf(const char* fname, struct fastboot_buffer* buf) { in load_buf()941 static void rewrite_vbmeta_buffer(struct fastboot_buffer* buf, bool vbmeta_in_boot) { in rewrite_vbmeta_buffer()1009 static void copy_boot_avb_footer(const std::string& partition, struct fastboot_buffer* buf) { in copy_boot_avb_footer()1055 static void flash_buf(const std::string& partition, struct fastboot_buffer *buf) in flash_buf()1244 struct fastboot_buffer buf; in do_flash()1320 void FlashImage(const Image& image, const std::string& slot, fastboot_buffer* buf);1423 fastboot_buffer buf; in FlashImages()1435 void FlashAllTool::FlashImage(const Image& image, const std::string& slot, fastboot_buffer* buf) { in FlashImage()[all …]