OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:old_watch
(Results
1 - 2
of
2
) sorted by null
/external/chromium/base/files/
file_path_watcher_linux.cc
436
InotifyReader::Watch
old_watch
= watch_entry->watch_;
local
445
if (
old_watch
!= InotifyReader::kInvalidWatch &&
446
old_watch
!= watch_entry->watch_) {
447
g_inotify_reader.Get().RemoveWatch(
old_watch
, this);
/external/chromium_org/base/files/
file_path_watcher_linux.cc
445
InotifyReader::Watch
old_watch
= watch_entry->watch_;
local
477
if (
old_watch
!= InotifyReader::kInvalidWatch &&
478
old_watch
!= watch_entry->watch_) {
479
g_inotify_reader.Get().RemoveWatch(
old_watch
, this);
Completed in 61 milliseconds