| /rocksdb-6.9/tools/ |
| D | sst_dump_test.cc | 121 void PopulateCommandArgs(const std::string& file_path, const char* command, in PopulateCommandArgs() 135 std::string file_path = MakeFilePath("rocksdb_sst_test.sst"); in TEST_F() local 157 std::string file_path = MakeFilePath("rocksdb_sst_test.sst"); in TEST_F() local 179 std::string file_path = MakeFilePath("rocksdb_sst_test.sst"); in TEST_F() local 201 std::string file_path = MakeFilePath("rocksdb_sst_test.sst"); in TEST_F() local 223 std::string file_path = MakeFilePath("rocksdb_sst_test.sst"); in TEST_F() local 242 std::string file_path = MakeFilePath("rocksdb_sst_test.sst"); in TEST_F() local
|
| D | trace_analyzer_test.cc | 122 std::string file_path, bool full_content) { in CheckFileContent() 190 std::string file_path; in TEST_F() local 256 std::string file_path; in TEST_F() local 327 std::string file_path; in TEST_F() local 393 std::string file_path; in TEST_F() local 465 std::string file_path; in TEST_F() local 532 std::string file_path; in TEST_F() local 601 std::string file_path; in TEST_F() local
|
| D | sst_dump_tool.cc | 46 const std::string& file_path, bool verify_checksum, in SstFileDumper() 79 Status SstFileDumper::GetTableReader(const std::string& file_path) { in GetTableReader()
|
| D | ldb_cmd_test.cc | 123 std::string file_path = dbname_ + "/" + file_meta.name; in VerifyChecksum() local
|
| /rocksdb-6.9/file/ |
| D | sst_file_manager_impl.cc | 62 Status SstFileManagerImpl::OnAddFile(const std::string& file_path, in OnAddFile() 74 Status SstFileManagerImpl::OnAddFile(const std::string& file_path, in OnAddFile() 82 Status SstFileManagerImpl::OnDeleteFile(const std::string& file_path) { in OnDeleteFile() 428 const std::string& file_path, const std::string& path_to_sync, in ScheduleFileDeletion() 440 void SstFileManagerImpl::OnAddFileImpl(const std::string& file_path, in OnAddFileImpl() 463 void SstFileManagerImpl::OnDeleteFileImpl(const std::string& file_path) { in OnDeleteFileImpl()
|
| D | delete_scheduler.cc | 55 Status DeleteScheduler::DeleteFile(const std::string& file_path, in DeleteFile() 109 bool DeleteScheduler::IsTrashFile(const std::string& file_path) { in IsTrashFile() 149 Status DeleteScheduler::MarkAsTrash(const std::string& file_path, in MarkAsTrash()
|
| D | delete_scheduler_test.cc | 81 std::string file_path = in NewDummyFile() local
|
| /rocksdb-6.9/db/ |
| D | event_helpers.cc | 28 const std::string& file_path, int job_id, TableFileCreationReason reason) { in NotifyTableFileCreationStarted() 72 const std::string& file_path, int job_id, const FileDescriptor& fd, in LogAndNotifyTableFileCreationFinished() 169 const std::string& file_path, const Status& status, in LogAndNotifyTableFileDeletion()
|
| D | convenience.cc | 37 const std::string& file_path) { in VerifySstFileChecksum() 43 const std::string& file_path) { in VerifySstFileChecksum()
|
| D | wal_manager.cc | 179 std::string const file_path = archival_dir + "/" + f; in PurgeObsoleteWALFiles() local 256 std::string const file_path = archived_logs[i]->PathName(); in PurgeObsoleteWALFiles() local
|
| D | import_column_family_job.cc | 27 const auto file_path = file_metadata.db_path + "/" + file_metadata.name; in Prepare() local
|
| D | external_sst_file_basic_test.cc | 51 std::string file_path = sst_files_dir_ + ToString(file_id); in GenerateAndAddExternalFile() local 1011 std::string file_path = sst_files_dir_ + ToString(file_id++); in TEST_P() local 1077 std::string file_path = sst_files_dir_ + ToString(file_id++); in TEST_P() local
|
| D | external_sst_file_test.cc | 105 std::string file_path = sst_files_dir_ + ToString(file_id); in GenerateOneExternalFile() local 159 std::string file_path = sst_files_dir_ + ToString(file_id); in GenerateAndAddExternalFile() local 1687 std::string file_path = sst_files_dir_ + "/not_shared"; in TEST_F() local 2016 std::string file_path = sst_files_dir_ + "/dirty_exit"; in TEST_F() local 2106 std::string file_path = sst_files_dir_ + "file1.sst"; in TEST_P() local 2330 std::string file_path = sst_files_dir_ + "sst_with_bloom.sst"; in TEST_F() local 2348 std::string file_path = sst_files_dir_ + "sst_with_no_bloom.sst"; in TEST_F() local
|
| D | job_context.h | 124 std::string file_path; member
|
| D | wal_manager_test.cc | 173 std::string const file_path = dir_path + "/" + f; in GetLogDirSize() local
|
| D | external_sst_file_ingestion_job.cc | 35 for (const std::string& file_path : external_files_paths) { in Prepare() local
|
| /rocksdb-6.9/db_stress_tool/ |
| D | db_stress_listener.h | 49 for (const auto& file_path : ci.input_files) { in OnCompactionCompleted() local 52 for (const auto& file_path : ci.output_files) { in OnCompactionCompleted() local 193 void VerifyFilePath(const std::string& file_path) { in VerifyFilePath()
|
| /rocksdb-6.9/include/rocksdb/ |
| D | sst_file_writer.h | 59 std::string file_path; // external sst file path member
|
| D | listener.h | 42 std::string file_path; member 144 std::string file_path; member 172 std::string file_path; member
|
| /rocksdb-6.9/table/ |
| D | sst_file_reader.cc | 40 Status SstFileReader::Open(const std::string& file_path) { in Open()
|
| D | sst_file_writer.cc | 180 Status SstFileWriter::Open(const std::string& file_path) { in Open()
|
| /rocksdb-6.9/java/rocksjni/ |
| D | sst_file_readerjni.cc | 42 const char *file_path = env->GetStringUTFChars(jfile_path, nullptr); in Java_org_rocksdb_SstFileReader_open() local
|
| D | sst_file_writerjni.cc | 76 const char *file_path = env->GetStringUTFChars(jfile_path, nullptr); in Java_org_rocksdb_SstFileWriter_open() local
|
| /rocksdb-6.9/db/db_impl/ |
| D | db_impl_secondary.cc | 484 std::string file_path = md.db_path + md.name; in CheckConsistency() local
|
| D | db_impl_compaction_flush.cc | 228 std::string file_path = MakeTableFileName( in FlushMemTableToOutputFile() local 558 std::string file_path = MakeTableFileName( in AtomicFlushMemTablesToOutputFiles() local
|