Searched refs:temp_file_path (Results 1 – 2 of 2) 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()
31 FakeBlockDevice(std::string block_device, std::string mount_point, std::string temp_file_path) in FakeBlockDevice() argument34 mounted_file_path(std::move(temp_file_path)) {} in FakeBlockDevice()