Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/backupable/
Dbackupable_db.cc1429 std::string temp_dest_path; in AddBackupFileWorkItem() local
1432 temp_dest_path = GetAbsolutePath(dst_relative_tmp); in AddBackupFileWorkItem()
1433 copy_dest_path = &temp_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()