Searched refs:KERNEL_OPTION (Results 1 – 2 of 2) sorted by relevance
318 #define KERNEL_OPTION "androidboot.bootchart=" in bootchart_init() macro320 s = strstr(cmdline, KERNEL_OPTION); in bootchart_init()322 s += sizeof(KERNEL_OPTION)-1; in bootchart_init()
586 #define KERNEL_OPTION "androidboot.logcat=" in main() macro605 logcat = strstr( cmdline, KERNEL_OPTION ); in main()608 char* p = logcat + sizeof(KERNEL_OPTION)-1;; in main()