Searched defs:log_file (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/back/
H A Dlog_messages.c49 static FILE * log_file; variable
156 if ( log_file == NULL && open_count == 0 && logging_filename[0] != 0 ) {
158 log_file = fopen(logging_filename, "w");
159 if ( log_file!=NULL ) {
160 (void)setvbuf(log_file, NULL, _IOLBF, BUFSIZ);
166 if ( log_file != NULL ) {
188 standard_logging_format(log_file,
239 if ( log_file != NULL ) {
240 (void)fflush(log_file);
241 (void)fclose(log_file);
[all...]
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dunpack.h190 const char* log_file; member in struct:unpacker

Completed in 142 milliseconds