HomeSort by relevance Sort by last modified time
    Searched refs:logfile_ (Results 1 - 2 of 2) sorted by null

  /external/stressapptest/src/
sat.h 84 int logfile() const { return logfile_; }
171 int logfile_; // File handle to log to. member in class:Sat
sat.cc 79 logfile_ = open(logfilename_,
89 if (logfile_ < 0) {
97 if (lseek(logfile_, 0, SEEK_END) == -1) {
103 Logger::GlobalLogger()->SetLogFd(logfile_);
654 logfile_ = 0;
    [all...]

Completed in 107 milliseconds