Searched refs:InfoBuf (Results 1 – 1 of 1) sorted by relevance
574 char InfoBuf[BUFFER_SIZE]; in InotifyEventHandler() local580 (void)memset_s(InfoBuf, BUFFER_SIZE, 0, BUFFER_SIZE); in InotifyEventHandler()581 int32_t result = read(notifyFd, InfoBuf, BUFFER_SIZE); in InotifyEventHandler()582 for (p = InfoBuf; p < InfoBuf + result;) { in InotifyEventHandler()