Searched refs:WatchEntry (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/base/files/
H A Dfile_path_watcher_linux.cc129 // WatchEntry instance holds the watch descriptor for a component and the
132 struct WatchEntry { struct in class:base::__anon2252::FilePathWatcherImpl
133 explicit WatchEntry(const FilePath::StringType& dirname) function in struct:base::__anon2252::FilePathWatcherImpl::WatchEntry
141 typedef std::vector<WatchEntry> WatchVector;
169 bool AddWatchForBrokenSymlink(const FilePath& path, WatchEntry* watch_entry);
373 const WatchEntry& watch_entry = watches_[i];
442 watches_.push_back(WatchEntry(comps[i]));
443 watches_.push_back(WatchEntry(FilePath::StringType()));
497 WatchEntry& watch_entry = watches_[i];
626 WatchEntry* watch_entr
[all...]

Completed in 310 milliseconds