HomeSort by relevance Sort by last modified time
    Searched refs:target_file_affected (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/base/files/
file_path_watcher_kqueue.h 69 // |event|. Sets |target_file_affected| to true if |target_| is affected.
72 bool* target_file_affected,
76 // |event|. Sets |target_file_affected| to true if |target_| is affected.
79 bool* target_file_affected,
83 // |event|. Sets |target_file_affected| to true if |target_| is affected.
86 bool* target_file_affected,
90 // Sets |target_file_affected| to true if |target_| is affected.
92 bool UpdateWatches(bool* target_file_affected);
file_path_watcher_kqueue.cc 132 bool* target_file_affected,
139 *target_file_affected = true;
156 bool* target_file_affected,
158 *target_file_affected = true;
172 bool* target_file_affected,
184 *target_file_affected = true;
190 bool FilePathWatcherKQueue::UpdateWatches(bool* target_file_affected) {
221 *target_file_affected = true;
279 bool target_file_affected = event_data->subdir_.empty(); local
280 if ((updates[i].fflags & NOTE_ATTRIB) && !target_file_affected) {
    [all...]

Completed in 63 milliseconds