Searched refs:destination (Results 1 – 6 of 6) sorted by relevance
| /rocksdb-6.9/file/ |
| D | file_util.cc | 21 const std::string& destination, uint64_t size, bool use_fsync) { in CopyFile() argument 34 s = fs->NewWritableFile(destination, soptions, &destfile, nullptr); in CopyFile() 48 new WritableFileWriter(std::move(destfile), destination, soptions)); in CopyFile() 72 Status CreateFile(FileSystem* fs, const std::string& destination, in CreateFile() argument 79 s = fs->NewWritableFile(destination, soptions, &destfile, nullptr); in CreateFile() 84 new WritableFileWriter(std::move(destfile), destination, soptions)); in CreateFile()
|
| D | file_util.h | 20 const std::string& destination, uint64_t size, 23 extern Status CreateFile(FileSystem* fs, const std::string& destination,
|
| /rocksdb-6.9/docs/_posts/ |
| D | 2014-09-12-cuckoo.markdown | 52 …source nodes are the possible hash locations for the given key _k_ and destination is any one of t…
|
| /rocksdb-6.9/db/ |
| D | db_test_util.cc | 1351 const std::string& destination, uint64_t size) { in CopyFile() argument 1356 ASSERT_OK(env_->NewWritableFile(destination, &destfile, soptions)); in CopyFile()
|
| D | db_test_util.h | 969 void CopyFile(const std::string& source, const std::string& destination,
|
| D | column_family_test.cc | 501 void CopyFile(const std::string& source, const std::string& destination, in CopyFile() argument 507 ASSERT_OK(env_->NewWritableFile(destination, &destfile, soptions)); in CopyFile()
|