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

  /external/chromium_org/base/files/
file_path_watcher_kqueue.cc 96 bool FilePathWatcherKQueue::AreKeventValuesValid(struct kevent* kevents,
211 if (!AreKeventValuesValid(&updates[0], count)) {
246 if (!AreKeventValuesValid(&updates[0], count)) {
345 if (!AreKeventValuesValid(&responses[0], count)) {
file_path_watcher_kqueue.h 66 bool AreKeventValuesValid(struct kevent* kevents, int count);

Completed in 2210 milliseconds