Home
last modified time | relevance | path

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

/rocksdb-6.9/db/db_impl/
Ddb_impl_files.cc696 const std::string normalized_fpath = NormalizePath(path + fname); in CleanupFilesAfterRecovery() local
699 files_to_delete.find(normalized_fpath) == files_to_delete.end()) { in CleanupFilesAfterRecovery()
700 files_to_delete.insert(normalized_fpath); in CleanupFilesAfterRecovery()