Home
last modified time | relevance | path

Searched defs:WaitForFile (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/core/fs_mgr/libdm/
H A Dutility.cpp45 bool WaitForFile(const std::string& path, const std::chrono::milliseconds& timeout_ms) { in WaitForFile() function
/aosp12/system/core/fs_mgr/libfs_avb/
H A Dutil.cpp89 bool WaitForFile(const std::string& filename, const std::chrono::milliseconds relative_timeout, in WaitForFile() function
/aosp12/system/core/fs_mgr/
H A Dfile_wait.cpp215 bool WaitForFile(const std::string& path, const std::chrono::milliseconds relative_timeout) { in WaitForFile() function
/aosp12/system/core/fs_mgr/libfs_avb/tests/
H A Dutil_test.cpp153 TEST(BasicUtilTest, WaitForFile) { in TEST() argument
/aosp12/system/apex/apexd/
H A Dapexd_utils.h207 inline android::base::Result<void> WaitForFile( in WaitForFile() function
/aosp12/system/vold/
H A DUtils.cpp1344 status_t WaitForFile(const char* filename, std::chrono::nanoseconds timeout) { in WaitForFile() function