Searched refs:KERNEL_OPTION (Results 1 – 2 of 2) sorted by relevance
169 #define KERNEL_OPTION "androidboot.bootchart=" in bootchart_init() macro170 if ((s = strstr(cmdline.c_str(), KERNEL_OPTION)) != NULL) { in bootchart_init()171 timeout = atoi(s + sizeof(KERNEL_OPTION) - 1); in bootchart_init()
864 #define KERNEL_OPTION "androidboot.logcat=" in main() macro883 logcat = strstr( cmdline, KERNEL_OPTION ); in main()886 char* p = logcat + sizeof(KERNEL_OPTION)-1;; in main()