Home
last modified time | relevance | path

Searched refs:toUri (Results 1 - 5 of 5) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/io/
H A Dintf_file_manager.h88 * @param toUri The complete file uri for destination name, such as '%file://logs/new.txt'
91 virtual bool Rename(BASE_NS::string_view fromUri, BASE_NS::string_view toUri) = 0;
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/Util/include/util/
H A Dio_util.h83 // Copy files from fromUri dir to toUri dir, renaming the files to filename (excluding the filetype suffix)
85 bool CopyAndRenameFiles(CORE_NS::IFileManager& fileManager, ::string_view fromUri, ::string_view toUri,
/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Dfile_manager.h56 bool Rename(BASE_NS::string_view fromUri, BASE_NS::string_view toUri) override;
H A Dfile_manager.cpp176 bool FileManager::Rename(const string_view fromUri, const string_view toUri) in Rename() argument
184 auto to = FixPath(toUri); in Rename()
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/Util/src/util/
H A Dio_util.cpp384 bool CopyAndRenameFiles(CORE_NS::IFileManager& fileManager, BASE_NS::string_view fromUri, BASE_NS::string_view toUri, in CopyAndRenameFiles() argument
388 auto project_dir = fileManager.OpenDirectory(toUri); in CopyAndRenameFiles()
399 auto to = PathUtil ::ResolvePath(toUri, filename + ending); in CopyAndRenameFiles()

Completed in 5 milliseconds