HomeSort by relevance Sort by last modified time
    Searched defs:extra_cmdline (Results 1 - 2 of 2) sorted by null

  /system/core/mkbootimg/include/bootimg/
bootimg.h 68 uint8_t extra_cmdline[BOOT_EXTRA_ARGS_SIZE]; member in struct:boot_img_hdr_v0
  /device/google/cuttlefish_common/host/commands/launch/
main.cc 544 std::ostringstream extra_cmdline; local
545 extra_cmdline << " androidboot.serialno=" << FLAGS_serial_number;
546 extra_cmdline << " androidboot.lcd_density=" << FLAGS_dpi;
548 extra_cmdline << " " << FLAGS_extra_kernel_command_line;
551 extra_cmdline.str());

Completed in 535 milliseconds