Home
last modified time | relevance | path

Searched refs:fd_ (Results 1 – 6 of 6) sorted by relevance

/glogg/glogg/src/
H A Dkqueuewatchtowerdriver.h
H A Dkqueuewatchtowerdriver.cpp
/glogg/src/
H A Dkqueuewatchtowerdriver.h38 FileId() { fd_ = -1; } in FileId()
40 { return fd_ == other.fd_; }
42 FileId( int fd ) { fd_ = fd; } in FileId()
43 int fd_; variable
H A Dkqueuewatchtowerdriver.cpp157 LOG(logDEBUG) << "KQueueWatchTowerDriver::removeFile removing fd " << file_id.fd_; in removeFile()
158 close( file_id.fd_ ); in removeFile()
/glogg/glogg/tests/
H A DwatchtowerTest.cpp
/glogg/tests/
H A DwatchtowerTest.cpp507 fd_ = open( file_name.c_str(), O_WRONLY | O_APPEND ); in WatchTowerPolling()
511 close( fd_ ); in ~WatchTowerPolling()
516 write( fd_, (void*) string, strlen( string ) ); in appendDataToFileWoClosing()
519 int fd_; member in WatchTowerPolling