Searched refs:CreateFile (Results 1 – 7 of 7) sorted by relevance
| /rocksdb-6.9/table/ |
| D | sst_file_reader_test.cc | 58 void CreateFile(const std::string& file_name, in CreateFile() function in ROCKSDB_NAMESPACE::SstFileReaderTest 100 CreateFile(sst_name_, keys); in CreateFileAndCheck() 137 CreateFile(sst_name_, keys); in TEST_F()
|
| /rocksdb-6.9/db/ |
| D | repair_test.cc | 79 CreateFile(&fs, manifest_path, "blah", false /* use_fsync */); in TEST_F() 160 CreateFile(&fs, sst_path, "blah", false /* use_fsync */); in TEST_F()
|
| /rocksdb-6.9/file/ |
| D | file_util.h | 23 extern Status CreateFile(FileSystem* fs, const std::string& destination,
|
| D | file_util.cc | 72 Status CreateFile(FileSystem* fs, const std::string& destination, in CreateFile() function
|
| /rocksdb-6.9/utilities/checkpoint/ |
| D | checkpoint_impl.cc | 129 return CreateFile(db_->GetFileSystem(), full_private_path + fname, in CreateCheckpoint()
|
| /rocksdb-6.9/utilities/blob_db/ |
| D | blob_db_test.cc | 663 CreateFile(&fs, blob_dir + "/000666.blob.trash", "", false); in TEST_F() 664 CreateFile(&fs, blob_dir + "/000888.blob.trash", "", true); in TEST_F() 665 CreateFile(&fs, blob_dir + "/something_not_match.trash", "", false); in TEST_F()
|
| /rocksdb-6.9/port/win/ |
| D | env_win.cc | 1150 HANDLE hDevice = CreateFile(devicename, 0, 0, nullptr, OPEN_EXISTING, in GetSectorSize()
|