Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dscene_impl.cpp470 return nodes_[patchedPath]; in GetNodeRecursive()
481 ix = patchedPath.find('/', ix); in GetNodeRecursive()
853 BASE_NS::string patchedPath; in NormalizePath() local
855 patchedPath = path; in NormalizePath()
856 patchedPath.insert(0, "/"); in NormalizePath()
861 patchedPath.append("/"); in NormalizePath()
864 patchedPath.append("/"); in NormalizePath()
868 patchedPath = path; in NormalizePath()
870 patchedPath = "/" + patchedPath; in NormalizePath()
874 return patchedPath; in NormalizePath()
[all …]