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.cpp868 static bool checkTestGroupName (const CaseTreeNode* root, const char* groupPath) in checkTestGroupName() argument
870 const CaseTreeNode* node = findNode(root, groupPath); in checkTestGroupName()