Searched refs:InotifyReader (Results 1 - 1 of 1) sorted by relevance

/external/libchrome/base/files/
H A Dfile_path_watcher_linux.cc48 class InotifyReader { class in namespace:base::__anon9857
64 friend struct DefaultLazyInstanceTraits<InotifyReader>;
68 InotifyReader();
69 ~InotifyReader();
89 DISALLOW_COPY_AND_ASSIGN(InotifyReader);
104 void OnFilePathChanged(InotifyReader::Watch fired_watch,
120 // Cancel the watch. This unregisters the instance with InotifyReader.
140 : watch(InotifyReader::kInvalidWatch),
143 InotifyReader::Watch watch;
160 void UpdateRecursiveWatches(InotifyReader
259 InotifyReader::InotifyReader() function in class:base::__anon9857::InotifyReader
[all...]

Completed in 58 milliseconds