Home
last modified time | relevance | path

Searched refs:ResolvePath (Results 1 - 6 of 6) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/Util/src/util/
H A Dio_util.cpp148 auto childUri = PathUtil::ResolvePath(pathUri, entry.name); in DeleteDirectory()
177 tmp = PathUtil::ResolvePath(destinationUri, filename); in Copy()
246 auto childSrc = PathUtil::ResolvePath(sourceUri, entry.name); in CopyDirectoryContents()
247 auto childDst = PathUtil::ResolvePath(destinationUri, entry.name); in CopyDirectoryContents()
307 auto inFilePath = PathUtil::ResolvePath(folderUri, entry.name); in ReplaceTextInFilesImpl()
310 auto path = PathUtil::ResolvePath(folderUri, entry.name); in ReplaceTextInFilesImpl()
398 auto from = PathUtil::ResolvePath(fromUri, n); in CopyAndRenameFiles()
399 auto to = PathUtil ::ResolvePath(toUri, filename + ending); in CopyAndRenameFiles()
H A Dpath_util.cpp79 string ResolvePath(string_view parent, string_view uri, bool allowQueryString) in ResolvePath() function
220 return ResolvePath(GetParentPath(contextUri), uri, allowQueryString); in ResolveUri()
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/Util/include/util/
H A Dpath_util.h30 ::string ResolvePath(::string_view parent, ::string_view uri, bool allowQueryString = true);
/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Dfilesystem_api.cpp113 string ResolvePath(string_view inPathRaw) const in ResolvePath() function in __anon9617::final
184 auto rootPath = ResolvePath(rootPathIn);
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dasset_loader.h107 static BASE_NS::string ResolvePath(BASE_NS::string_view parent, BASE_NS::string_view uri, bool allowQueryString) in ResolvePath() function
248 return ResolvePath(GetParentPath(contextUri), uri, allowQueryString); in ResolveUri()
H A Decs_serializer.cpp1198 const auto fileUri = PathUtil::ResolvePath({}, uri, false); in LoadImageResource()

Completed in 6 milliseconds