Searched refs:wait_file (Results 1 – 1 of 1) sorted by relevance
182 auto wait_file = std::async(WaitForFile, wait_path.value(), 500ms, FileWaitMode::Exists); in TEST() local189 EXPECT_TRUE(wait_file.get()); in TEST()203 auto wait_file = std::async(WaitForFile, wait_path.value(), 50ms, FileWaitMode::Exists); in TEST() local210 EXPECT_FALSE(wait_file.get()); in TEST()