Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/tools/xmlGenerator/
DEddParser.py362 for groupPath in groupPaths:
363 pathNames += groupPath.getPathNames()
/external/deqp/framework/common/
DtcuCommandLine.cpp919 static bool checkTestGroupName (const CaseTreeNode* root, const char* groupPath) in checkTestGroupName() argument
921 const CaseTreeNode* node = findNode(root, groupPath); in checkTestGroupName()