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

/external/chromium/base/files/
H A Dfile_path_watcher_mac.cc76 bool AreKeventValuesValid(struct kevent* kevents, int count);
202 bool FilePathWatcherImpl::AreKeventValuesValid(struct kevent* kevents, function in class:base::files::__anon1096::FilePathWatcherImpl
318 if (!AreKeventValuesValid(&updates[0], count)) {
353 if (!AreKeventValuesValid(&updates[0], count)) {
445 if (!AreKeventValuesValid(&responses[0], count)) {

Completed in 17 milliseconds