Home
last modified time | relevance | path

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

/ohos5.0/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()