Home
last modified time | relevance | path

Searched refs:temp_file_path (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/security/keystore2/src/
H A Did_rotation.rs88 let mut temp_file_path = temp_dir.path().to_owned(); in test_had_factory_reset_since_id_rotation() localVariable
89 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()
/aosp12/bootable/recovery/updater/include/updater/
H A Dbuild_info.h31 FakeBlockDevice(std::string block_device, std::string mount_point, std::string temp_file_path) in FakeBlockDevice() argument
34 mounted_file_path(std::move(temp_file_path)) {} in FakeBlockDevice()