Lines Matching refs:fastboot_buffer
116 struct fastboot_buffer { struct
920 static bool load_buf_fd(unique_fd fd, struct fastboot_buffer* buf) { in load_buf_fd()
952 static bool load_buf(const char* fname, struct fastboot_buffer* buf) { in load_buf()
971 static void rewrite_vbmeta_buffer(struct fastboot_buffer* buf, bool vbmeta_in_boot) { in rewrite_vbmeta_buffer()
1063 static void copy_boot_avb_footer(const std::string& partition, struct fastboot_buffer* buf) { in copy_boot_avb_footer()
1100 static void flash_buf(const std::string& partition, struct fastboot_buffer *buf) in flash_buf()
1325 static std::string repack_ramdisk(const char* pname, struct fastboot_buffer* buf) { in repack_ramdisk()
1358 struct fastboot_buffer buf; in do_flash()
1437 void FlashImage(const Image& image, const std::string& slot, fastboot_buffer* buf);
1543 fastboot_buffer buf; in FlashImages()
1555 void FlashAllTool::FlashImage(const Image& image, const std::string& slot, fastboot_buffer* buf) { in FlashImage()
1706 struct fastboot_buffer buf; in fb_perform_format()
2229 struct fastboot_buffer buf; in Main()