OmniSciDB
a5dc49c757
|
Functions | |
bool | rename_and_symlink_path (const std::filesystem::path &old_path, const std::filesystem::path &new_path) |
bool | rename_and_symlink_file (const std::filesystem::path &base_path, const std::string &dir_name, const std::string &old_file_name, const std::string &new_file_name) |
bool migrations::anonymous_namespace{MigrationMgr.cpp}::rename_and_symlink_file | ( | const std::filesystem::path & | base_path, |
const std::string & | dir_name, | ||
const std::string & | old_file_name, | ||
const std::string & | new_file_name | ||
) |
Definition at line 441 of file MigrationMgr.cpp.
References rename_and_symlink_path().
Referenced by migrations::MigrationMgr::executeRebrandMigration().
bool migrations::anonymous_namespace{MigrationMgr.cpp}::rename_and_symlink_path | ( | const std::filesystem::path & | old_path, |
const std::filesystem::path & | new_path | ||
) |
Definition at line 385 of file MigrationMgr.cpp.
Referenced by migrations::MigrationMgr::executeRebrandMigration(), and rename_and_symlink_file().