Searched defs:logfile (Results 1 - 8 of 8) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dtimer.cpp157 outputStream *logfile) :
163 _logfile(logfile),
166 if (logfile != NULL) {
167 _logfile = logfile;
155 TraceCPUTime(bool doit, bool print_cr, outputStream *logfile) argument
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_new.cpp45 static FILE *logfile; variable
56 logfile = fopen("java.awt.outofmem.txt", "w");
57 DASSERT(logfile);
209 fprintf(logfile, "%s, %d\n", file, line);
210 fflush(logfile);
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dmain.cpp291 char* logfile = null; local
305 case 'l': logfile = *argp++; break;
331 if (logfile != null) {
332 u.set_option(UNPACK_LOG_FILE, logfile);
/openjdk7/jdk/src/share/back/
H A DdebugInit.c80 static char *logfile = NULL; /* Name of logfile (if logging) */ variable
927 "logfile=filename name of log file none\n"
1032 logfile = DEFAULT_LOGFILE;
1185 } else if (strcmp(buf, "logfile") == 0) {
1190 logfile = current;
1240 if ( logfile!=NULL ) {
1241 setup_logging(logfile, logflags);
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp1811 void os::set_error_file(const char *logfile) {} argument
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp1602 void os::set_error_file(const char *logfile) {} argument
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp1881 void os::set_error_file(const char *logfile) {} argument
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp2205 void os::set_error_file(const char *logfile) { argument
2206 if (strlen(logfile) <= MAX_PATH) {
2207 strncpy(saved_error_file, logfile, MAX_PATH);

Completed in 140 milliseconds