Searched refs:BOOT_ARGS_SIZE (Results 1 - 2 of 2) sorted by path

/system/core/mkbootimg/
H A Dbootimg.h26 #define BOOT_ARGS_SIZE 512 macro
47 unsigned char cmdline[BOOT_ARGS_SIZE];
H A Dmkbootimg.c194 if(strlen(cmdline) > (BOOT_ARGS_SIZE - 1)) {

Completed in 66 milliseconds