Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dfile_path_watcher_kqueue.cc98 bool FilePathWatcherKQueue::AreKeventValuesValid(struct kevent* kevents, in AreKeventValuesValid() function in base::FilePathWatcherKQueue
213 if (!AreKeventValuesValid(&updates[0], count)) { in UpdateWatches()
248 if (!AreKeventValuesValid(&updates[0], count)) { in OnFileCanReadWithoutBlocking()
347 if (!AreKeventValuesValid(&responses[0], count)) { in Watch()
Dfile_path_watcher_kqueue.h67 bool AreKeventValuesValid(struct kevent* kevents, int count);