Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/backupable/
Dbackupable_db.cc219 const std::unordered_map<std::string, uint64_t>& abs_path_to_size);
669 std::unordered_map<std::string, uint64_t> abs_path_to_size; in Initialize() local
673 InsertPathnameToSizeBytes(abs_dir, backup_env_, &abs_path_to_size); in Initialize()
691 &abs_path_to_size); in Initialize()
693 abs_path_to_size); in Initialize()
1767 const std::unordered_map<std::string, uint64_t>& abs_path_to_size) { in LoadFromFile() argument
1824 size = abs_path_to_size.at(abs_path); in LoadFromFile()