Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/util/
DClassPathScanner.java169 String classPathEntryName = constructPath(rootPath, childFile.getName()); in getEntriesFromDir()
187 private String constructPath(List<String> rootPath, String fileName) { in constructPath() method in ClassPathScanner