Home
last modified time | relevance | path

Searched refs:INotifyWatchTowerDriver (Results 1 – 8 of 8) sorted by relevance

/glogg/glogg/src/
H A Dinotifywatchtowerdriver.h
H A Dinotifywatchtowerdriver.cpp
H A Dplatformfilewatcher.h
/glogg/src/
H A Dinotifywatchtowerdriver.h32 class INotifyWatchTowerDriver {
36 friend class INotifyWatchTowerDriver;
47 friend class INotifyWatchTowerDriver;
60 friend class INotifyWatchTowerDriver;
83 using INotifyObservedFile = ObservedFile<INotifyWatchTowerDriver>;
84 using INotifyObservedFileList = ObservedFileList<INotifyWatchTowerDriver>;
86 typedef ObservedFile<INotifyWatchTowerDriver> INotifyObservedFile;
87 typedef ObservedFileList<INotifyWatchTowerDriver> INotifyObservedFileList;
91 INotifyWatchTowerDriver();
92 ~INotifyWatchTowerDriver();
[all …]
H A Dinotifywatchtowerdriver.cpp31 INotifyWatchTowerDriver::INotifyWatchTowerDriver() : inotify_fd_( inotify_init() ) in INotifyWatchTowerDriver() function in INotifyWatchTowerDriver
41 INotifyWatchTowerDriver::~INotifyWatchTowerDriver() in ~INotifyWatchTowerDriver()
47 INotifyWatchTowerDriver::FileId INotifyWatchTowerDriver::addFile( in addFile()
59 INotifyWatchTowerDriver::SymlinkId INotifyWatchTowerDriver::addSymlink( in addSymlink()
70 INotifyWatchTowerDriver::DirId INotifyWatchTowerDriver::addDir( in addDir()
81 void INotifyWatchTowerDriver::removeFile( in removeFile()
82 const INotifyWatchTowerDriver::FileId& file_id ) in removeFile()
92 void INotifyWatchTowerDriver::removeSymlink( const SymlinkId& symlink_id ) in removeSymlink()
98 void INotifyWatchTowerDriver::removeDir( const DirId& dir_id ) in removeDir()
108 std::vector<INotifyWatchTowerDriver::INotifyObservedFile*>
[all …]
H A Dplatformfilewatcher.h71 using PlatformWatchTower = WatchTower<INotifyWatchTowerDriver>;
73 typedef WatchTower<INotifyWatchTowerDriver> PlatformWatchTower;
/glogg/glogg/tests/
H A DwatchtowerTest.cpp
/glogg/tests/
H A DwatchtowerTest.cpp26 using PlatformWatchTower = WatchTower<INotifyWatchTowerDriver>;