Searched refs:UnregisterDbPaths (Results 1 – 8 of 8) sorted by relevance
54 Status UnregisterDbPaths(const std::vector<std::string>& paths) override { in UnregisterDbPaths() function in ROCKSDB_NAMESPACE::ChrootEnv64 return EnvWrapper::Env::UnregisterDbPaths(encoded_paths); in UnregisterDbPaths()
34 Status UnregisterDbPaths(const std::vector<std::string>& /*paths*/) override { in UnregisterDbPaths() function
288 Status UnregisterDbPaths(const std::vector<std::string>& paths) override { in UnregisterDbPaths() function289 return file_system_->UnregisterDbPaths(paths); in UnregisterDbPaths()
905 Status UnregisterDbPaths(const std::vector<std::string>& paths) override { in UnregisterDbPaths() function in ROCKSDB_NAMESPACE::__anonf5554a730111::PosixFileSystem
174 virtual Status UnregisterDbPaths(const std::vector<std::string>& /*paths*/) { in UnregisterDbPaths() function1181 Status UnregisterDbPaths(const std::vector<std::string>& paths) override { in UnregisterDbPaths() function1182 return target_->UnregisterDbPaths(paths); in UnregisterDbPaths()
202 virtual Status UnregisterDbPaths(const std::vector<std::string>& /*paths*/) { in UnregisterDbPaths() function
23 Status UnregisterDbPaths(const std::vector<std::string>& paths) override { in UnregisterDbPaths() function in ROCKSDB_NAMESPACE::EnvWithCustomLogicalBlockSizeCache
635 Status s = ioptions_.env->UnregisterDbPaths(GetDbPaths()); in ~ColumnFamilyData()