Home
last modified time | relevance | path

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

/packages/modules/Virtualization/virtualizationservice/src/maintenance/
Dvmdb.rs64 Self::new_at_path(db_path, RetryOnFailure(true)) in new()
67 fn new_at_path(db_path: PathBuf, retry: RetryOnFailure) -> Result<(Self, bool)> { in new_at_path() method
103 return Self::new_at_path(db_path, RetryOnFailure(false)); in new_at_path()