Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/utils/
Dinotify.h23 std::vector<std::string> GetCreatedFileListFromInotifyFd(int fd);
Dinotify.cpp30 std::vector<std::string> GetCreatedFileListFromInotifyFd(int fd) { in GetCreatedFileListFromInotifyFd() function
Dfiles.cpp679 auto names = GetCreatedFileListFromInotifyFd(inotify); in WaitForFileInternal()