Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/utils/
Dinotify.cpp43 int event_read_out_length = read(fd, event_readout, INOTIFY_MAX_EVENT_SIZE); in GetFileListFromInotifyFd() local
45 if (event_read_out_length == -1) { in GetFileListFromInotifyFd()
52 while (bytes_parsed < event_read_out_length) { in GetFileListFromInotifyFd()