Home
last modified time | relevance | path

Searched defs:filePaths (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/util/testmapping/
DTestMapping.java134 Set<Path> filePaths = new HashSet<>(); in getTestCollection() local
136 listTestMappingFiles(path.getParent(), testMappingsDir, filePaths); in getTestCollection() local
302 Path testMappingDir, Path testMappingsRootDir, Set<Path> filePaths) { in listTestMappingFiles()
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/apilevels/
DApiGeneratorTest.kt476 val filePaths = in <lambda>() constant
/tools/tradefederation/contrib/src/com/android/performance/tests/
DHermeticLaunchTest.java465 String[] filePaths = filePathAll.split(","); in analyzeAtraceData() local