Lines Matching refs:db_dir
117 const std::string& db_dir,
122 const std::string& db_dir, in RestoreDBFromLatestBackup() argument
124 return RestoreDBFromBackup(options, latest_valid_backup_id_, db_dir, in RestoreDBFromLatestBackup()
1135 const std::string& db_dir, in RestoreDBFromBackup() argument
1156 db_env_->CreateDirIfMissing(db_dir); in RestoreDBFromBackup()
1161 DeleteChildren(db_dir, 1 << kLogFile); in RestoreDBFromBackup()
1186 DeleteChildren(db_dir); in RestoreDBFromBackup()
1220 dst = ((type == kLogFile) ? wal_dir : db_dir) + in RestoreDBFromBackup()
1974 const std::string& db_dir, in RestoreDBFromBackup() argument
1976 return backup_engine_->RestoreDBFromBackup(options, backup_id, db_dir, in RestoreDBFromBackup()
1982 const std::string& db_dir, in RestoreDBFromLatestBackup() argument
1984 return backup_engine_->RestoreDBFromLatestBackup(options, db_dir, wal_dir); in RestoreDBFromLatestBackup()