Home
last modified time | relevance | path

Searched defs:persistent_path (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/system/security/keystore2/src/
H A Ddatabase.rs930 let persistent_path = Self::make_persistent_path(db_root)?; in new() localVariable
1159 let mut persistent_path = db_root.to_path_buf(); in make_persistent_path() localVariable