Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/backupable/
Dbackupable_db.cc1605 std::string shared_path; in GarbageCollect() local
1607 shared_path = GetAbsolutePath(GetSharedFileWithChecksumRel()); in GarbageCollect()
1609 shared_path = GetAbsolutePath(GetSharedFileRel()); in GarbageCollect()
1611 auto s = backup_env_->FileExists(shared_path); in GarbageCollect()
1613 s = backup_env_->GetChildren(shared_path, &shared_children); in GarbageCollect()