Searched refs:GetCreatedFileListFromInotifyFd (Results 1 – 3 of 3) sorted by relevance
23 std::vector<std::string> GetCreatedFileListFromInotifyFd(int fd);
30 std::vector<std::string> GetCreatedFileListFromInotifyFd(int fd) { in GetCreatedFileListFromInotifyFd() function
679 auto names = GetCreatedFileListFromInotifyFd(inotify); in WaitForFileInternal()