Home
last modified time | relevance | path

Searched defs:kevents (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/files/
Dfile_path_watcher_kqueue.cc99 bool FilePathWatcherKQueue::AreKeventValuesValid(struct kevent* kevents, in AreKeventValuesValid()
/external/cronet/stable/base/files/
Dfile_path_watcher_kqueue.cc128 bool FilePathWatcherKQueue::AreKeventValuesValid(struct kevent* kevents, in AreKeventValuesValid()
/external/cronet/tot/base/files/
Dfile_path_watcher_kqueue.cc128 bool FilePathWatcherKQueue::AreKeventValuesValid(struct kevent* kevents, in AreKeventValuesValid()
/external/python/watchdog/src/watchdog/observers/
Dkqueue.py154 def kevents(self) -> list[select.kevent]: member in KeventDescriptorSet