Searched refs:OneShotInotify (Results 1 – 1 of 1) sorted by relevance
70 class OneShotInotify { class72 OneShotInotify(const std::string& path, uint32_t mask,93 OneShotInotify::OneShotInotify(const std::string& path, uint32_t mask, in OneShotInotify() function in android::fs_mgr::OneShotInotify127 bool OneShotInotify::Wait() { in Wait()144 OneShotInotify::Result OneShotInotify::WaitImpl() { in WaitImpl()180 bool OneShotInotify::CheckCompleted() { in CheckCompleted()191 bool OneShotInotify::ConsumeEvents() { in ConsumeEvents()208 int64_t OneShotInotify::RemainingMs() const { in RemainingMs()220 OneShotInotify inotify(path, IN_CREATE, relative_timeout); in WaitForFile()230 OneShotInotify inotify(path, IN_DELETE_SELF, relative_timeout); in WaitForFileDeleted()