Home
last modified time | relevance | path

Searched refs:CONSOLE_OPTION (Results 1 – 1 of 1) sorted by relevance

/system/core/logcat/
Dlogcat.cpp865 #define CONSOLE_OPTION "androidboot.console=" in main() macro
884 console = strstr( cmdline, CONSOLE_OPTION ); in main()
902 char* p = console + sizeof(CONSOLE_OPTION)-1; in main()