Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dnode_impl.cpp516 auto cachedPath = META_ACCESS_PROPERTY(Path)->GetValue(); in UpdateChildrenPath() local
517 cachedPath.append(Name()->GetValue()); in UpdateChildrenPath()
518 cachedPath.append("/"); in UpdateChildrenPath()
522 child->META_ACCESS_PROPERTY(Path)->SetValue(cachedPath); in UpdateChildrenPath()