Home
last modified time | relevance | path

Searched refs:resolvedFile (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/src/ecs_serializer/
H A Decs_asset_loader.cpp246 const auto resolvedFile = PathUtil::ResolveUri(contextUri_, src_, false); in StartLoading() local
247 const auto ext = PathUtil::GetExtension(resolvedFile); in StartLoading()
343 const auto resolvedFile = PathUtil::ResolveUri(contextUri_, src_, false); in LoadJsonEntityCollection() local
347 if (IoUtil::LoadTextFile(fileManager, resolvedFile, textIn)) { in LoadJsonEntityCollection()
392 const auto resolvedFile = PathUtil::ResolveUri(contextUri_, src_, false); in LoadGltfEntityCollection() local
396 loadResult_ = gltf.LoadGLTF(resolvedFile); in LoadGltfEntityCollection()
398 CORE_LOG_E("Loaded '%s' with errors:\n%s", resolvedFile.c_str(), loadResult_.error.c_str()); in LoadGltfEntityCollection()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dasset_loader.cpp249 const auto resolvedFile = PathUtil::ResolveUri(contextUri_, src_, false); in StartLoading() local
250 const auto ext = PathUtil::GetExtension(resolvedFile); in StartLoading()
360 const auto resolvedFile = PathUtil::ResolveUri(contextUri_, src_, false); in LoadJsonEntityCollection() local
372 if (IoUtil::LoadTextFile(resolvedFile, textIn, fileManager_)) { in LoadJsonEntityCollection()
424 const auto resolvedFile = PathUtil::ResolveUri(contextUri_, src_, false); in LoadGltfEntityCollection() local
428 loadResult_ = gltf.LoadGLTF(resolvedFile); in LoadGltfEntityCollection()
430 CORE_LOG_E("Loaded '%s' with errors:\n%s", resolvedFile.c_str(), loadResult_.error.c_str()); in LoadGltfEntityCollection()

Completed in 3 milliseconds