Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/utils/
Dinotify.cpp31 return GetFileListFromInotifyFd(fd, IN_CREATE); in GetCreatedFileListFromInotifyFd()
36 std::vector<std::string> GetFileListFromInotifyFd(int fd, uint32_t mask) { in GetFileListFromInotifyFd() function
Dinotify.h24 std::vector<std::string> GetFileListFromInotifyFd(int fd, uint32_t mask);
/device/google/cuttlefish/guest/monitoring/tombstone_transmit/
Dtombstone_transmit.cpp121 std::vector<std::string> ts_names = cuttlefish::GetFileListFromInotifyFd( in main()