Home
last modified time | relevance | path

Searched refs:make_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()
1157 fn make_persistent_path(db_root: &Path) -> Result<String> { in make_persistent_path() method