Searched defs:backup_path (Results 1 – 2 of 2) sorted by relevance
74 pub(crate) backup_path: String, field108 let backup_path = fmt_backup_path(path.as_str()); in build() localVariable263 let backup_path = fmt_backup_path(&path); in delete() localVariable
210 let backup_path = format!("{}{}", from_path, BACKUP_SUFFIX); in backup_db_if_accessible() localVariable