Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dscene_impl.cpp858 bool hasSlash = (path[0] == '/'); in NormalizePath() local
859 if (path.compare(hasSlash ? 1 : 0, rootNodeId_.size(), rootNodeId_.data())) { in NormalizePath()
863 if (!hasSlash) { in NormalizePath()
869 if (!hasSlash) { in NormalizePath()