Home
last modified time | relevance | path

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

/system/core/fs_mgr/
Dfile_wait.cpp70 class OneShotInotify { class
72 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::OneShotInotify
127 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()