OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InotifyReader
(Results
1 - 2
of
2
) sorted by null
/external/chromium/base/files/
file_path_watcher_linux.cc
42
class
InotifyReader
{
58
friend struct ::base::DefaultLazyInstanceTraits<
InotifyReader
>;
62
InotifyReader
();
63
~
InotifyReader
();
83
DISALLOW_COPY_AND_ASSIGN(
InotifyReader
);
96
void OnFilePathChanged(
InotifyReader
::Watch fired_watch,
106
// Cancel the watch. This unregisters the instance with
InotifyReader
.
124
WatchEntry(
InotifyReader
::Watch watch, const FilePath::StringType& subdir)
128
InotifyReader
::Watch watch_;
153
InotifyReaderTask(
InotifyReader
* reader, int inotify_fd, int shutdown_fd
[
all
...]
/external/chromium_org/base/files/
file_path_watcher_linux.cc
43
class
InotifyReader
{
59
friend struct DefaultLazyInstanceTraits<
InotifyReader
>;
63
InotifyReader
();
64
~
InotifyReader
();
84
DISALLOW_COPY_AND_ASSIGN(
InotifyReader
);
96
void OnFilePathChanged(
InotifyReader
::Watch fired_watch,
106
// Cancel the watch. This unregisters the instance with
InotifyReader
.
126
WatchEntry(
InotifyReader
::Watch watch, const FilePath::StringType& subdir)
130
InotifyReader
::Watch watch_;
154
void InotifyReaderCallback(
InotifyReader
* reader, int inotify_fd
[
all
...]
Completed in 32 milliseconds