OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RemoveWatch
(Results
1 - 2
of
2
) sorted by null
/external/chromium/base/files/
file_path_watcher_linux.cc
44
typedef int Watch; // Watch descriptor used by AddWatch and
RemoveWatch
.
52
bool
RemoveWatch
(Watch watch, FilePathWatcherImpl* watcher);
270
bool InotifyReader::
RemoveWatch
(Watch watch,
414
g_inotify_reader.Get().
RemoveWatch
(watch_entry->watch_, this);
447
g_inotify_reader.Get().
RemoveWatch
(old_watch, this);
/external/chromium_org/base/files/
file_path_watcher_linux.cc
45
typedef int Watch; // Watch descriptor used by AddWatch and
RemoveWatch
.
53
bool
RemoveWatch
(Watch watch, FilePathWatcherImpl* watcher);
270
bool InotifyReader::
RemoveWatch
(Watch watch,
425
g_inotify_reader.Get().
RemoveWatch
(watch_entry->watch_, this);
479
g_inotify_reader.Get().
RemoveWatch
(old_watch, this);
Completed in 35 milliseconds