Searched refs:groupPath (Results 1 – 3 of 3) sorted by relevance
568 for groupPath in splitedGroupsDict:570 if len(splitedGroupsDict[groupPath]) == 0:573 processedGroupPath = groupPath[groupPath.find('.')+1:].replace('_', '-')591 writeFile(groupDstFileFullDir, "\n".join(splitedGroupsDict[groupPath]) + "\n")
596 de::FilePath groupPath (fileName); in parseGroupFile() local597 de::UniquePtr<Resource> groupResource (archive.getResource(groupPath.normalize().getPath())); in parseGroupFile()1130 static bool checkTestGroupName (const CaseTreeNode* root, const char* groupPath) in checkTestGroupName() argument1132 const CaseTreeNode* node = findNode(root, groupPath); in checkTestGroupName()
362 for groupPath in groupPaths:363 pathNames += groupPath.getPathNames()