Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/backupable/
Dbackupable_db.cc1430 std::string final_dest_path = GetAbsolutePath(dst_relative); in AddBackupFileWorkItem() local
1435 copy_dest_path = &final_dest_path; in AddBackupFileWorkItem()
1443 live_dst_paths.find(final_dest_path) != live_dst_paths.end(); in AddBackupFileWorkItem()
1447 Status exist = backup_env_->FileExists(final_dest_path); in AddBackupFileWorkItem()
1476 backup_env_->DeleteFile(final_dest_path); in AddBackupFileWorkItem()
1485 live_dst_paths.insert(final_dest_path); in AddBackupFileWorkItem()
1496 backup_env_, temp_dest_path, final_dest_path, dst_relative); in AddBackupFileWorkItem()
1503 temp_dest_path, final_dest_path, dst_relative); in AddBackupFileWorkItem()