Searched refs:fd_ (Results 1 – 6 of 6) sorted by relevance
38 FileId() { fd_ = -1; } in FileId()40 { return fd_ == other.fd_; }42 FileId( int fd ) { fd_ = fd; } in FileId()43 int fd_; variable
157 LOG(logDEBUG) << "KQueueWatchTowerDriver::removeFile removing fd " << file_id.fd_; in removeFile()158 close( file_id.fd_ ); in removeFile()
507 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