Home
last modified time | relevance | path

Searched refs:dir_id (Results 1 – 12 of 12) sorted by relevance

/glogg/src/
H A Dwinwatchtowerdriver.cpp178 DirId dir_id { }; in addDir() local
188 serialisedAddDir( file_name, dir_id ); in addDir()
203 LOG(logDEBUG) << "addDir returned " << dir_id.dir_record_; in addDir()
205 return dir_id; in addDir()
218 void WinWatchTowerDriver::removeDir( const DirId& dir_id ) in removeDir() argument
221 if ( dir_id.dir_record_ ) { in removeDir()
222 void* handle = dir_id.dir_record_->handle_; in removeDir()
240 DirId& dir_id ) in serialisedAddDir() argument
297 dir_id.dir_record_ = dir_record; in serialisedAddDir()
H A Dinotifywatchtowerdriver.cpp98 void INotifyWatchTowerDriver::removeDir( const DirId& dir_id ) in removeDir() argument
100 LOG(logDEBUG) << "INotifyWatchTower::removeDir removing inotify wd " << dir_id.wd_; in removeDir()
102 if ( dir_id.wd_ >= 0 ) in removeDir()
103 inotify_rm_watch( inotify_fd_, dir_id.wd_ ); in removeDir()
H A Dwinwatchtowerdriver.h177 void removeDir( const DirId& dir_id );
218 DirId& dir_id );
H A Dkqueuewatchtowerdriver.h106 void removeDir( const DirId& dir_id );
H A Dinotifywatchtowerdriver.h106 void removeDir( const DirId& dir_id );
H A Dkqueuewatchtowerdriver.cpp169 void KQueueWatchTowerDriver::removeDir( const DirId& dir_id ) in removeDir() argument
/glogg/glogg/src/
H A Dwinwatchtowerdriver.cpp
H A Dinotifywatchtowerdriver.cpp
H A Dwinwatchtowerdriver.h
H A Dkqueuewatchtowerdriver.h
H A Dinotifywatchtowerdriver.h
H A Dkqueuewatchtowerdriver.cpp