Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Dversion_set.cc4357 bool parse_ok = ParseFileName(fname, manifest_file_number, &type); in GetCurrentManifestPath() local
4358 if (!parse_ok || type != kDescriptorFile) { in GetCurrentManifestPath()
4658 bool parse_ok = ParseFileName(fname, &file_num, &file_type); in SeekToFirstManifest() local
4659 if (parse_ok && file_type == kDescriptorFile) { in SeekToFirstManifest()