| /rocksdb-6.9/utilities/backupable/ |
| D | backupable_db.cc | 254 inline std::string GetAbsolutePath( in GetAbsolutePath() function in ROCKSDB_NAMESPACE::BackupEngineImpl 301 return GetAbsolutePath("meta"); in GetBackupMetaDir() 596 GetAbsolutePath(GetSharedFileWithChecksumRel()), in Initialize() 603 directories.emplace_back(GetAbsolutePath(GetPrivateDirRel()), in Initialize() 672 const auto abs_dir = GetAbsolutePath(rel_dir); in Initialize() 1279 const auto abs_dir = GetAbsolutePath(rel_dir); in VerifyBackup() 1284 const auto abs_path = GetAbsolutePath(file_info->filename); in VerifyBackup() 1430 std::string final_dest_path = GetAbsolutePath(dst_relative); in AddBackupFileWorkItem() 1432 temp_dest_path = GetAbsolutePath(dst_relative_tmp); in AddBackupFileWorkItem() 1609 shared_path = GetAbsolutePath(GetSharedFileRel()); in GarbageCollect() [all …]
|
| /rocksdb-6.9/hdfs/ |
| D | env_hdfs.h | 142 Status GetAbsolutePath(const std::string& db_path, in GetAbsolutePath() function 144 return posixEnv->GetAbsolutePath(db_path, output_path); in GetAbsolutePath() 364 virtual Status GetAbsolutePath(const std::string& /*db_path*/, in GetAbsolutePath() function
|
| /rocksdb-6.9/logging/ |
| D | auto_roll_logger.cc | 37 Status s = env->GetAbsolutePath(dbname, &db_absolute_path_); in AutoRollLogger() 260 env->GetAbsolutePath(dbname, &db_absolute_path); in CreateLoggerFromOptions()
|
| /rocksdb-6.9/port/win/ |
| D | env_win.h | 164 virtual Status GetAbsolutePath(const std::string& db_path, 296 Status GetAbsolutePath(const std::string& db_path,
|
| D | env_win.cc | 1022 Status WinEnvIO::GetAbsolutePath(const std::string& db_path, in GetAbsolutePath() function in ROCKSDB_NAMESPACE::port::WinEnvIO 1448 Status WinEnv::GetAbsolutePath(const std::string& db_path, in GetAbsolutePath() function in ROCKSDB_NAMESPACE::port::WinEnv 1450 return winenv_io_.GetAbsolutePath(db_path, output_path); in GetAbsolutePath()
|
| /rocksdb-6.9/env/ |
| D | env_chroot.cc | 272 Status GetAbsolutePath(const std::string& db_path, in GetAbsolutePath() function in ROCKSDB_NAMESPACE::ChrootEnv 278 return EnvWrapper::GetAbsolutePath(status_and_enc_path.second, output_path); in GetAbsolutePath()
|
| D | composite_env_wrapper.h | 481 Status GetAbsolutePath(const std::string& db_path, in GetAbsolutePath() function 485 return file_system_->GetAbsolutePath(db_path, io_opts, output_path, &dbg); in GetAbsolutePath() 999 IOStatus GetAbsolutePath(const std::string& db_path, in GetAbsolutePath() function 1003 return status_to_io_status(target_->GetAbsolutePath(db_path, output_path)); in GetAbsolutePath()
|
| D | fs_posix.cc | 829 IOStatus GetAbsolutePath(const std::string& db_path, in GetAbsolutePath() function in ROCKSDB_NAMESPACE::__anonf5554a730111::PosixFileSystem
|
| /rocksdb-6.9/db/ |
| D | filename_test.cc | 111 Env::Default()->GetAbsolutePath(dbname, &db_absolute_path); in TEST_F()
|
| /rocksdb-6.9/include/rocksdb/utilities/ |
| D | env_librados.h | 127 Status GetAbsolutePath(const std::string& db_path, std::string* output_path);
|
| /rocksdb-6.9/include/rocksdb/ |
| D | file_system.h | 466 virtual IOStatus GetAbsolutePath(const std::string& db_path, 1114 IOStatus GetAbsolutePath(const std::string& db_path, const IOOptions& options, in GetAbsolutePath() function 1117 return target_->GetAbsolutePath(db_path, options, output_path, dbg); in GetAbsolutePath()
|
| D | env.h | 454 virtual Status GetAbsolutePath(const std::string& db_path, 1324 Status GetAbsolutePath(const std::string& db_path, in GetAbsolutePath() function 1326 return target_->GetAbsolutePath(db_path, output_path); in GetAbsolutePath()
|
| /rocksdb-6.9/tools/dump/ |
| D | db_dump_tool.cc | 72 status = env->GetAbsolutePath(dump_options.db_path, &abspath); in Run()
|
| /rocksdb-6.9/utilities/ |
| D | env_librados.cc | 1477 Status EnvLibrados::GetAbsolutePath( in GetAbsolutePath() function in ROCKSDB_NAMESPACE::EnvLibrados
|
| /rocksdb-6.9/db/db_impl/ |
| D | db_impl.cc | 232 env_->GetAbsolutePath(dbname, &db_absolute_path_); in DBImpl()
|