Searched refs:wait_for_file (Results 1 – 3 of 3) sorted by relevance
35 pub fn wait_for_file<P: AsRef<Path> + Debug>(path: P, timeout: Duration) -> Result<File> { in wait_for_file() function89 let mut file = wait_for_file(test_file, Duration::from_secs(5))?; in test_wait_for_file()100 let file = wait_for_file(test_file, Duration::from_secs(1)); in test_wait_for_file_fails()
18 use crate::ioutil::wait_for_file;30 let file = wait_for_file(PAYLOAD_METADATA_PATH, WAIT_TIMEOUT)?; in load_metadata()
611 let file = ioutil::wait_for_file(path, WAIT_TIMEOUT) in load_config()