Searched defs:watch_entry (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/base/files/
H A Dfile_path_watcher_linux.cc167 // the link target's parent directory. Returns true and update |watch_entry|
169 bool AddWatchForBrokenSymlink(const FilePath& path, WatchEntry* watch_entry);
373 const WatchEntry& watch_entry = watches_[i]; local
374 if (fired_watch != watch_entry.watch)
380 (child == watch_entry.linkname) ||
381 (child == watch_entry.subdir);
384 bool is_watch_for_target = watch_entry.subdir.empty();
386 (is_watch_for_target && (child == watch_entry.linkname)) ||
387 (is_watch_for_target && watch_entry.linkname.empty()) ||
388 (watch_entry
497 WatchEntry& watch_entry = watches_[i]; local
625 AddWatchForBrokenSymlink(const FilePath& path, WatchEntry* watch_entry) argument
[all...]

Completed in 35 milliseconds