Lines Matching refs:path
114 paths.insert(immutable_db_options_.db_paths[path_id].path); in FindObsoleteFiles()
125 auto& path = cfd->ioptions()->cf_paths[path_id].path; in FindObsoleteFiles() local
127 if (paths.find(path) == paths.end()) { in FindObsoleteFiles()
128 paths.insert(path); in FindObsoleteFiles()
133 for (auto& path : paths) { in FindObsoleteFiles() local
137 env_->GetChildren(path, &files); // Ignore errors in FindObsoleteFiles()
154 job_context->full_scan_candidate_files.emplace_back("/" + file, path); in FindObsoleteFiles()
323 MakeTableFileName(file.metadata->fd.GetNumber()), file.path); in PurgeObsoleteFiles()
673 paths.push_back(db_path.path); in CleanupFilesAfterRecovery()
677 paths.push_back(cf_path.path); in CleanupFilesAfterRecovery()
687 for (const auto& path : paths) { in CleanupFilesAfterRecovery() local
689 env_->GetChildren(path, &files); in CleanupFilesAfterRecovery()
696 const std::string normalized_fpath = NormalizePath(path + fname); in CleanupFilesAfterRecovery()