Searched refs:GetFileListFromInotifyFd (Results 1 – 3 of 3) sorted by relevance
31 return GetFileListFromInotifyFd(fd, IN_CREATE); in GetCreatedFileListFromInotifyFd()36 std::vector<std::string> GetFileListFromInotifyFd(int fd, uint32_t mask) { in GetFileListFromInotifyFd() function
24 std::vector<std::string> GetFileListFromInotifyFd(int fd, uint32_t mask);
121 std::vector<std::string> ts_names = cuttlefish::GetFileListFromInotifyFd( in main()