Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTestHierarchyIterator.cpp153 string nodePath; in buildNodePath() local
158 nodePath += "."; in buildNodePath()
159 nodePath += iter.node->getName(); in buildNodePath()
161 return nodePath; in buildNodePath()
176 const std::string nodePath = buildNodePath(m_sessionStack); in next() local
179 …ter.checkRunnerType(node->getRunnerType()) && m_caseListFilter.checkTestCaseName(nodePath.c_str())) in next()
180 : m_caseListFilter.checkTestGroupName(nodePath.c_str()))) in next()
186 m_nodePath = nodePath; in next()