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

/external/chromium_org/base/files/
H A Dfile_path_watcher_linux.cc94 // Called for each event coming from the watch. |fired_watch| identifies the
96 // the currently watched path for |fired_watch|.
101 void OnFilePathChanged(InotifyReader::Watch fired_watch,
150 // - Assuming |target_| exists, passing kInvalidWatch as |fired_watch| forces
152 // - Otherwise, only the directory associated with |fired_watch| and its
154 void UpdateRecursiveWatches(InotifyReader::Watch fired_watch, bool is_dir);
344 void FilePathWatcherImpl::OnFilePathChanged(InotifyReader::Watch fired_watch, argument
354 fired_watch, child, created, deleted, is_dir));
371 // Find the entry in |watches_| that corresponds to |fired_watch|.
374 if (fired_watch !
520 UpdateRecursiveWatches( InotifyReader::Watch fired_watch, bool is_dir) argument
[all...]

Completed in 134 milliseconds