Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/backupable/
Dbackupable_db.cc254 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/
Denv_hdfs.h142 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/
Dauto_roll_logger.cc37 Status s = env->GetAbsolutePath(dbname, &db_absolute_path_); in AutoRollLogger()
260 env->GetAbsolutePath(dbname, &db_absolute_path); in CreateLoggerFromOptions()
/rocksdb-6.9/port/win/
Denv_win.h164 virtual Status GetAbsolutePath(const std::string& db_path,
296 Status GetAbsolutePath(const std::string& db_path,
Denv_win.cc1022 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/
Denv_chroot.cc272 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()
Dcomposite_env_wrapper.h481 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()
Dfs_posix.cc829 IOStatus GetAbsolutePath(const std::string& db_path, in GetAbsolutePath() function in ROCKSDB_NAMESPACE::__anonf5554a730111::PosixFileSystem
/rocksdb-6.9/db/
Dfilename_test.cc111 Env::Default()->GetAbsolutePath(dbname, &db_absolute_path); in TEST_F()
/rocksdb-6.9/include/rocksdb/utilities/
Denv_librados.h127 Status GetAbsolutePath(const std::string& db_path, std::string* output_path);
/rocksdb-6.9/include/rocksdb/
Dfile_system.h466 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()
Denv.h454 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/
Ddb_dump_tool.cc72 status = env->GetAbsolutePath(dump_options.db_path, &abspath); in Run()
/rocksdb-6.9/utilities/
Denv_librados.cc1477 Status EnvLibrados::GetAbsolutePath( in GetAbsolutePath() function in ROCKSDB_NAMESPACE::EnvLibrados
/rocksdb-6.9/db/db_impl/
Ddb_impl.cc232 env_->GetAbsolutePath(dbname, &db_absolute_path_); in DBImpl()