Searched refs:groupPath (Results 1 – 2 of 2) sorted by relevance
411 groupPath = os.path.join(mainDstFilePath, gruopSubDir)412 if not os.path.exists(groupPath):413 os.makedirs(groupPath)419 groupDstFileFullDir = os.path.join(groupPath, groupDstFileName)
561 de::FilePath groupPath (fileName); in parseGroupFile() local562 de::UniquePtr<Resource> groupResource (archive.getResource(groupPath.normalize().getPath())); in parseGroupFile()993 static bool checkTestGroupName (const CaseTreeNode* root, const char* groupPath) in checkTestGroupName() argument995 const CaseTreeNode* node = findNode(root, groupPath); in checkTestGroupName()