Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/secure_env/rust/
Dsdd.rs27 const SECURE_DELETION_DATA_FILE: &str = "keymint_secure_deletion_data"; constant
30 let mut f = fs::File::open(SECURE_DELETION_DATA_FILE).map_err(|e| { in read_sdd_file()
39 let mut f = fs::File::create(SECURE_DELETION_DATA_FILE).map_err(|e| { in write_sdd_file()
59 if path::Path::new(SECURE_DELETION_DATA_FILE).exists() { in init()
182 if path::Path::new(SECURE_DELETION_DATA_FILE).exists() { in delete_all()
186 match fs::remove_file(SECURE_DELETION_DATA_FILE) { in delete_all()