Searched refs:new_at_path (Results 1 – 1 of 1) sorted by relevance
64 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() method103 return Self::new_at_path(db_path, RetryOnFailure(false)); in new_at_path()