HomeSort by relevance Sort by last modified time
    Searched refs:logfile_ (Results 1 - 4 of 4) 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...]
  /external/chromium_org/third_party/leveldatabase/src/db/
db_impl.h 143 WritableFile* logfile_; member in class:leveldb::DBImpl
db_impl.cc 130 logfile_(NULL),
166 delete logfile_;
    [all...]

Completed in 499 milliseconds