Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/utils/
Dinotify.cpp37 char event_readout[INOTIFY_MAX_EVENT_SIZE]; in GetFileListFromInotifyFd() local
43 int event_read_out_length = read(fd, event_readout, INOTIFY_MAX_EVENT_SIZE); in GetFileListFromInotifyFd()
54 reinterpret_cast<inotify_event*>(event_readout + bytes_parsed); in GetFileListFromInotifyFd()