HomeSort by relevance Sort by last modified time
    Searched refs:bootimg_set_cmdline (Results 1 - 4 of 4) sorted by null

  /hardware/intel/bootstub/
bootimg.h 95 void bootimg_set_cmdline(boot_img_hdr *hdr, const char *cmdline);
  /system/core/fastbootd/
bootimg.h 96 void bootimg_set_cmdline(boot_img_hdr *hdr, const char *cmdline);
  /system/core/fastboot/
bootimg.c 35 void bootimg_set_cmdline(boot_img_hdr *h, const char *cmdline) function
fastboot.c 62 void bootimg_set_cmdline(boot_img_hdr *h, const char *cmdline);
349 if(cmdline) bootimg_set_cmdline((boot_img_hdr*) kdata, cmdline);
385 if(cmdline) bootimg_set_cmdline((boot_img_hdr*) bdata, cmdline);
    [all...]

Completed in 125 milliseconds