Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Ddatabase.rs845 let persistent_path = Self::make_persistent_path(&db_root)?; in new()
987 fn make_persistent_path(db_root: &Path) -> Result<String> { in make_persistent_path() method