Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/scripts/
Dmustpass.py411 groupPath = os.path.join(mainDstFilePath, gruopSubDir)
412 if not os.path.exists(groupPath):
413 os.makedirs(groupPath)
419 groupDstFileFullDir = os.path.join(groupPath, groupDstFileName)
/third_party/vk-gl-cts/framework/common/
DtcuCommandLine.cpp561 de::FilePath groupPath (fileName); in parseGroupFile() local
562 de::UniquePtr<Resource> groupResource (archive.getResource(groupPath.normalize().getPath())); in parseGroupFile()
993 static bool checkTestGroupName (const CaseTreeNode* root, const char* groupPath) in checkTestGroupName() argument
995 const CaseTreeNode* node = findNode(root, groupPath); in checkTestGroupName()