OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:log_fd_
(Results
1 - 2
of
2
) sorted by null
/external/stressapptest/src/
logger.h
77
log_fd_
= log_fd;
83
log_fd_
= -1;
128
int
log_fd_
;
member in class:Logger
131
// This doubles as a mutex for
log_fd_
when the logging thread is not running.
logger.cc
67
Logger::Logger() : verbosity_(20),
log_fd_
(-1), thread_running_(false) {
106
if (
log_fd_
>= 0) {
107
WriteToFile(*line,
log_fd_
);
Completed in 1182 milliseconds