Searched refs:tmp_dir_path (Results 1 – 1 of 1) sorted by relevance
1904 let tmp_dir_path = tmp_dir.path().to_owned(); in test_extract_os_name_from_configs() localVariable1913 std::fs::write(tmp_dir_path.join(os_name.to_owned() + ".json"), b"")?; in test_extract_os_name_from_configs()1917 std::fs::write(tmp_dir_path.join("microdroid_super.img"), b"")?; in test_extract_os_name_from_configs()1918 std::fs::write(tmp_dir_path.join("microdroid_foobar.apk"), b"")?; in test_extract_os_name_from_configs()1920 let glob_pattern = match tmp_dir_path.join("microdroid*.json").to_str() { in test_extract_os_name_from_configs()1922 None => bail!("tmp_dir_path {:?} is not UTF-8", tmp_dir_path), in test_extract_os_name_from_configs()