Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dscene_impl.cpp1094 auto cutIx = fullPath.find_last_of('/'); in BindNodeToEcs() local
1095 if (cutIx != BASE_NS::string_view::npos && cutIx < fullPath.size()) { in BindNodeToEcs()
1096 ++cutIx; in BindNodeToEcs()
1097 nodePath = BASE_NS::string(fullPath.data(), cutIx); in BindNodeToEcs()
1098 nodeName = BASE_NS::string(fullPath.data() + cutIx, fullPath.size() - cutIx); in BindNodeToEcs()