Searched refs:rootFolder (Results 1 – 1 of 1) sorted by relevance
76 open class Reporter(private val rootFolder: File? = null) { in toString() constant in com.android.tools.metalava.Reporter237 if (rootFolder != null) { in toString()238 val root: VirtualFile? = StandardFileSystems.local().findFileByPath(rootFolder.path) in toString()