Lines Matching refs:FILE
48 // When a temporary file is used for the log, returns its stream descriptor,
49 // leaving the file open.
50 FILE* Close();
70 // Opens file for logging.
73 // Opens a temporary file for logging.
76 // Implementation of writing to a log file.
91 FILE* output_handle_;
94 FILE* ll_output_handle_;
97 // access to the formatting buffer and the log file or log memory buffer.
140 // Write the log message to the log file currently opened.