Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Did_rotation.rs41 timestamp_path: PathBuf, field
47 let mut timestamp_path = keystore_db_path.to_owned(); in new() localVariable
48 timestamp_path.push(TIMESTAMP_FILE_NAME); in new()
49 Self { timestamp_path } in new()
57 match fs::metadata(&self.timestamp_path) { in had_factory_reset_since_id_rotation()
82 fs::File::create(&self.timestamp_path) in had_factory_reset_since_id_rotation()