Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dmaterial_impl.cpp58 const auto idSeparator = uri.find_last_of('/'); in IsGltfResource() local
59 if (idSeparator == BASE_NS::string_view::npos) { in IsGltfResource()
64 auto rest = uri.substr(0, idSeparator); in IsGltfResource()