Home
last modified time | relevance | path

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

/system/tools/hidl/docs/src/writer/files/
DIndexFileWriter.kt137 …private val tocOutPath: Path by lazy { Paths.get("${config.outDir}${File.separator}${this.tocFileN… in <lambda>() constant in writer.files.IndexFileWriter
143 val fp = tocOutPath.toFile() in <lambda>()
149 println("$LOG_NAME Wrote toc: $tocOutPath") in <lambda>()