OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddWatch
(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.
49
Watch
AddWatch
(const FilePath& path, FilePathWatcherImpl* watcher);
250
InotifyReader::Watch InotifyReader::
AddWatch
(
438
watch_entry->watch_ = g_inotify_reader.Get().
AddWatch
(path, this);
/external/chromium_org/base/files/
file_path_watcher_linux.cc
45
typedef int Watch; // Watch descriptor used by
AddWatch
and RemoveWatch.
50
Watch
AddWatch
(const FilePath& path, FilePathWatcherImpl* watcher);
250
InotifyReader::Watch InotifyReader::
AddWatch
(
447
watch_entry->watch_ = g_inotify_reader.Get().
AddWatch
(path, this);
459
g_inotify_reader.Get().
AddWatch
(link.DirName(), this);
Completed in 118 milliseconds