Searched refs:timestamp_path (Results 1 – 1 of 1) sorted by relevance
41 timestamp_path: PathBuf, field47 let mut timestamp_path = keystore_db_path.to_owned(); in new() localVariable48 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()