Home
last modified time | relevance | path

Searched defs:relative_timeout (Results 1 – 2 of 2) sorted by relevance

/aosp14/system/core/fs_mgr/
H A Dfile_wait.cpp41 bool PollForFile(const std::string& path, const std::chrono::milliseconds relative_timeout) { in PollForFile()
55 bool PollForFileDeleted(const std::string& path, const std::chrono::milliseconds relative_timeout) { in PollForFileDeleted()
94 const std::chrono::milliseconds relative_timeout) in OneShotInotify()
218 bool WaitForFile(const std::string& path, const std::chrono::milliseconds relative_timeout) { in WaitForFile()
228 bool WaitForFileDeleted(const std::string& path, const std::chrono::milliseconds relative_timeout) { in WaitForFileDeleted()
/aosp14/system/core/fs_mgr/libfs_avb/
H A Dutil.cpp89 bool WaitForFile(const std::string& filename, const std::chrono::milliseconds relative_timeout, in WaitForFile()