Home
last modified time | relevance | path

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

/system/tools/hidl/docs/src/parser/
Dconfig.kt66 val filePathArgs = mutableListOf<Path>() in parseArgs() constant
79 if (Files.isDirectory(path)) dirPathArgs.add(path) else filePathArgs.add(path) in parseArgs()
108 filePathArgs.filterNot { excludedPathArgs.contains(it.toAbsolutePath()) } in parseArgs()