Home
last modified time | relevance | path

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

/rocksdb-6.9/buckifier/
Dbuckify_rocksdb.py52 src_path = line.split('.cc')[0].strip() + '.cc'
53 src_files[current_src].append(src_path)
/rocksdb-6.9/utilities/backupable/
Dbackupable_db.cc337 std::string src_path; member
350 : src_path(""), in CopyOrCreateWorkItem()
368 src_path = std::move(o.src_path); in operator =()
387 : src_path(std::move(_src_path)),
763 work_item.src_path, work_item.dst_path, work_item.contents, in Initialize()