Home
last modified time | relevance | path

Searched defs: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()
136 listTestMappingFiles(path.getParent(), testMappingsDir, filePaths); in getTestCollection() local
496 File testMappingsDir = null; in getTests() local
582 public Map<String, Set<TestInfo>> getAllTests(File testMappingsDir) { in getAllTests()
625 File testMappingsDir = null; in extractTestMappingsZip() local
/tools/tradefederation/core/javatests/com/android/tradefed/presubmit/
DTestMappingsValidation.java117 private File testMappingsDir = null; field in TestMappingsValidation