Home
last modified time | relevance | path

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

/external/oj-libjdwp/src/share/back/
Dlog_messages.c207 setup_logging(const char *filename, unsigned flags, int directlog) in setup_logging() argument
222 if (directlog) { in setup_logging()
DdebugInit.c96 static jboolean directlog = JNI_FALSE; /* Don't add pid to logfile. */ variable
1120 directlog = JNI_FALSE; in parseOptions()
1279 if ( !get_boolean(&str, &directlog) ) { in parseOptions()
1344 setup_logging(logfile, logflags, directlog); in parseOptions()