Searched refs:temp_file_path (Results 1 – 1 of 1) sorted by relevance
88 let mut temp_file_path = temp_dir.path().to_owned(); in test_had_factory_reset_since_id_rotation() localVariable89 temp_file_path.push(TIMESTAMP_FILE_NAME); in test_had_factory_reset_since_id_rotation()92 assert!(!temp_file_path.exists()); in test_had_factory_reset_since_id_rotation()98 assert!(temp_file_path.exists()); in test_had_factory_reset_since_id_rotation()104 let metadata = fs::metadata(&temp_file_path)?; in test_had_factory_reset_since_id_rotation()115 utimes(&temp_file_path, &atime, &mtime)?; in test_had_factory_reset_since_id_rotation()