Home
last modified time | relevance | path

Searched refs:target_file_affected (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/files/
Dfile_path_watcher_kqueue.cc134 bool* target_file_affected, in HandleAttributesChange() argument
141 *target_file_affected = true; in HandleAttributesChange()
158 bool* target_file_affected, in HandleDeleteOrMoveChange() argument
160 *target_file_affected = true; in HandleDeleteOrMoveChange()
174 bool* target_file_affected, in HandleCreateItemChange() argument
186 *target_file_affected = true; in HandleCreateItemChange()
192 bool FilePathWatcherKQueue::UpdateWatches(bool* target_file_affected) { in UpdateWatches() argument
223 *target_file_affected = true; in UpdateWatches()
281 bool target_file_affected = event_data->subdir_.empty(); in OnFileCanReadWithoutBlocking() local
282 if ((updates[i].fflags & NOTE_ATTRIB) && !target_file_affected) { in OnFileCanReadWithoutBlocking()
[all …]
Dfile_path_watcher_kqueue.h73 bool* target_file_affected,
80 bool* target_file_affected,
87 bool* target_file_affected,
93 bool UpdateWatches(bool* target_file_affected);