Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/build/
DFileDownloadCache.java87 FilePair(String relPath, File file) { in FilePair()
172 StringBuffer relPath = new StringBuffer(); in addFiles() local
/tools/tradefederation/core/javatests/com/android/tradefed/util/testmapping/
DTestMappingTest.java353 Path relPath = testMappingsRootPath.relativize(Paths.get(subDir.getAbsolutePath())); in testGetAllTestMappingPaths_FromChildDirectory() local
383 Path relPath = testMappingsRootPath.relativize(Paths.get(srcDir.getAbsolutePath())); in testGetAllTestMappingPaths_FromParentDirectory() local
406 Path relPath = testMappingsRootPath.relativize(Paths.get(srcDir.getAbsolutePath())); in testGetAllTestMappingPaths_NoFilesFound() local
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterLogSaver.java205 Path relPath = dir.toPath().relativize(p); in findTestContextFile() local