Searched refs:testMappingsDir (Results 1 – 2 of 2) sorted by relevance
116 Path path, Path testMappingsDir, Set<String> matchedPatternPaths) { in getTestCollection() argument118 String relativePath = testMappingsDir.relativize(path.getParent()).toString(); in getTestCollection()136 listTestMappingFiles(path.getParent(), testMappingsDir, filePaths); in getTestCollection() local186 Path importPath = testMappingsDir.relativize(filePath).getParent(); in getTestCollection()201 filePath, testMappingsDir, matchedPatternPaths); in getTestCollection()496 File testMappingsDir = null; in getTests() local500 testMappingsDir = zipFile; in getTests()502 testMappingsDir = extractTestMappingsZip(zipFile); in getTests()505 Path testMappingsRootPath = Paths.get(testMappingsDir.getAbsolutePath()); in getTests()511 mergeTestMappingZips(buildInfo, extraZipNames, zipFile, testMappingsDir); in getTests()[all …]
117 private File testMappingsDir = null; field in TestMappingsValidation228 testMappingsDir = deviceBuildInfo.getFile(TEST_MAPPINGS_ZIP); in setUp()231 testMappingsDir = in setUp()243 allTests = testMapping.getAllTests(testMappingsDir); in setUp()249 FileUtil.recursiveDelete(testMappingsDir); in tearDown()