Searched refs:kDescriptorFile (Results 1 – 16 of 16) sorted by relevance
| /rocksdb-6.9/db/ |
| D | filename_test.cc | 43 {"MANIFEST-2", 2, kDescriptorFile, kAllMode}, in TEST_F() 44 {"MANIFEST-7", 7, kDescriptorFile, kAllMode}, in TEST_F() 160 ASSERT_EQ(kDescriptorFile, type); in TEST_F()
|
| D | db_info_dumper.cc | 52 case kDescriptorFile: in DumpDBFileSummary()
|
| D | obsolete_files_test.cc | 77 manifest_cnt += (type == kDescriptorFile); in CheckFileTypeCounts()
|
| D | deletefile_test.cc | 117 manifest_cnt += (type == kDescriptorFile); in CheckFileTypeCounts()
|
| D | corruption_test.cc | 441 Corrupt(kDescriptorFile, 0, 1000); in TEST_F()
|
| D | repair.cc | 294 if (type == kDescriptorFile) { in FindFiles()
|
| D | error_handler_fs_test.cc | 36 if (ParseFileName(file, &num, &type) && type == kDescriptorFile) { in GetManifestNameFromLiveFiles()
|
| D | version_set.cc | 4358 if (!parse_ok || type != kDescriptorFile) { in GetCurrentManifestPath() 4659 if (parse_ok && file_type == kDescriptorFile) { in SeekToFirstManifest() 4697 assert(type == kDescriptorFile); in GetNextManifest()
|
| D | db_test.cc | 2199 if (type == kDescriptorFile) { in TEST_F() 2260 if (type == kDescriptorFile) { in TEST_F() 2301 if (type == kDescriptorFile) { in TEST_F()
|
| /rocksdb-6.9/utilities/checkpoint/ |
| D | checkpoint_impl.cc | 269 assert(type == kTableFile || type == kDescriptorFile || in CreateCustomCheckpoint() 278 } else if (type == kDescriptorFile) { in CreateCustomCheckpoint() 296 (type == kDescriptorFile) ? manifest_file_size : 0, in CreateCustomCheckpoint()
|
| /rocksdb-6.9/file/ |
| D | filename.h | 42 kDescriptorFile, enumerator
|
| D | filename.cc | 297 *type = kDescriptorFile; in ParseFileName()
|
| /rocksdb-6.9/db/db_impl/ |
| D | db_impl_files.cc | 408 case kDescriptorFile: in PurgeObsoleteFiles()
|
| D | db_secondary_test.cc | 103 manifest_cnt += (type == kDescriptorFile); in CheckFileTypeCounts()
|
| /rocksdb-6.9/tools/ |
| D | ldb_cmd.cc | 1116 file_type == kDescriptorFile) { in DoCommand() 1658 case kDescriptorFile: in DoCommand()
|
| /rocksdb-6.9/utilities/backupable/ |
| D | backupable_db.cc | 879 case kDescriptorFile: in CreateNewBackupWithMetadata()
|