Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dscene_holder.cpp119 static BASE_NS::string ROOTNODE_PATH = "/" + ROOTNODE_NAME + "/"; variable
123 if (path.starts_with(ROOTNODE_PATH)) { in RemoveRootNodeFromPath()
124 return path.substr(ROOTNODE_PATH.length()); in RemoveRootNodeFromPath()