Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/util/testmapping/
DTestMapping.java116 Path path, Path testMappingsDir, Set<String> matchedPatternPaths) { in getTestCollection() argument
118 String relativePath = testMappingsDir.relativize(path.getParent()).toString(); in getTestCollection()
136 listTestMappingFiles(path.getParent(), testMappingsDir, filePaths); in getTestCollection() local
186 Path importPath = testMappingsDir.relativize(filePath).getParent(); in getTestCollection()
201 filePath, testMappingsDir, matchedPatternPaths); in getTestCollection()
496 File testMappingsDir = null; in getTests() local
500 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 …]
/tools/tradefederation/core/javatests/com/android/tradefed/presubmit/
DTestMappingsValidation.java117 private File testMappingsDir = null; field in TestMappingsValidation
228 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()