OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:changed_dir
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/base/files/
file_path_watcher_linux.cc
542
const FilePath&
changed_dir
= recursive_paths_by_watch_[fired_watch];
local
545
recursive_watches_by_path_.lower_bound(
changed_dir
);
549
if (!
changed_dir
.IsParent(cur_path))
555
UpdateRecursiveWatchesForPath(
changed_dir
);
Completed in 299 milliseconds