Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/utils/
Dinotify.cpp34 #define INOTIFY_MAX_EVENT_SIZE (sizeof(struct inotify_event) + NAME_MAX + 1) macro
37 char event_readout[INOTIFY_MAX_EVENT_SIZE]; in GetFileListFromInotifyFd()
43 int event_read_out_length = read(fd, event_readout, INOTIFY_MAX_EVENT_SIZE); in GetFileListFromInotifyFd()