Android-cuttlefish cvd tool
Functions
bootimg_utils.h File Reference
#include <bootimg.h>
#include <inttypes.h>
#include <sys/types.h>
#include <string>
#include <vector>
Include dependency graph for bootimg_utils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void mkbootimg (const std::vector< char > &kernel, const std::vector< char > &ramdisk, const std::vector< char > &second, const std::vector< char > &dtb, size_t base, const boot_img_hdr_v2 &src, std::vector< char > *out)
 
void bootimg_set_cmdline (boot_img_hdr_v2 *h, const std::string &cmdline)
 

Function Documentation

◆ bootimg_set_cmdline()

void bootimg_set_cmdline ( boot_img_hdr_v2 *  h,
const std::string &  cmdline 
)

◆ mkbootimg()

void mkbootimg ( const std::vector< char > &  kernel,
const std::vector< char > &  ramdisk,
const std::vector< char > &  second,
const std::vector< char > &  dtb,
size_t  base,
const boot_img_hdr_v2 &  src,
std::vector< char > *  out 
)