Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Did_rotation.rs37 timestamp_path: PathBuf, field
43 let mut timestamp_path = keystore_db_path.to_owned(); in new() localVariable
44 timestamp_path.push(TIMESTAMP_FILE_NAME); in new()
45 Self { timestamp_path } in new()
51 match fs::metadata(&self.timestamp_path) { in had_factory_reset_since_id_rotation()
62 fs::File::create(&self.timestamp_path) in had_factory_reset_since_id_rotation()