Searched refs:testModuleIndex (Results 1 – 1 of 1) sorted by relevance
206 Optional<std::string> FindCaseListPath(size_t testModuleIndex) in FindCaseListPath() argument208 return FindFileFromPath(kCTSRootPath, gCaseListFiles[testModuleIndex]); in FindCaseListPath()211 Optional<std::string> FindTestExpectationsPath(size_t testModuleIndex) in FindTestExpectationsPath() argument213 return FindFileFromPath(kSupportPath, gTestExpectationsFiles[testModuleIndex]); in FindTestExpectationsPath()219 dEQPCaseList(size_t testModuleIndex);253 dEQPCaseList::dEQPCaseList(size_t testModuleIndex) : mTestModuleIndex(testModuleIndex) {} in dEQPCaseList() argument