Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandFileParser.java325 File toScan = new File(lArgs.get(1)); in scanFile() local
326 if (toScan.isAbsolute()) { in scanFile()
330 toScan = new File(parent, lArgs.get(1)); in scanFile()
334 scanFile(toScan); in scanFile()