Searched refs:fastboot_buffer (Results 1 – 2 of 2) sorted by relevance
/aosp14/system/core/fastboot/ |
H A D | fastboot.h | 58 struct fastboot_buffer { struct 117 void FlashImage(const Image& image, const std::string& slot, fastboot_buffer* buf);
|
H A D | fastboot.cpp | 1039 static bool load_buf_fd(unique_fd fd, struct fastboot_buffer* buf) { in load_buf_fd() 1073 static bool load_buf(const char* fname, struct fastboot_buffer* buf) { in load_buf() 1094 static void rewrite_vbmeta_buffer(struct fastboot_buffer* buf, bool vbmeta_in_boot) { in rewrite_vbmeta_buffer() 1186 static void copy_avb_footer(const std::string& partition, struct fastboot_buffer* buf) { in copy_avb_footer() 1245 static void flash_buf(const std::string& partition, struct fastboot_buffer* buf, in flash_buf() 1457 static std::string repack_ramdisk(const char* pname, struct fastboot_buffer* buf) { in repack_ramdisk() 1490 struct fastboot_buffer buf; in do_flash() 1898 fastboot_buffer buf; in FlashImages() 1910 void FlashAllTool::FlashImage(const Image& image, const std::string& slot, fastboot_buffer* buf) { in FlashImage() 2028 struct fastboot_buffer buf; in fb_perform_format() [all …]
|