Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/
H A Dsat.h84 int logfile() const { return logfile_; } in logfile()
179 int logfile_; // File handle to log to. variable
H A Dsat.cc79 logfile_ = open(logfilename_, in InitializeLogfile()
89 if (logfile_ < 0) { in InitializeLogfile()
97 if (lseek(logfile_, 0, SEEK_END) == -1) { in InitializeLogfile()
103 Logger::GlobalLogger()->SetLogFd(logfile_); in InitializeLogfile()
684 logfile_ = 0; in Sat()
1993 if (logfile_) { in Cleanup()
1994 close(logfile_); in Cleanup()
1995 logfile_ = 0; in Cleanup()