Searched refs:annotationAllowedClassesFile (Results 1 – 2 of 2) sorted by relevance
98 var annotationAllowedClassesFile: SetOnce<String?> = SetOnce(null), variable in HostStubGenOptions210 ret.annotationAllowedClassesFile.set(nextArg()) in parseArgs()291 annotationAllowedClassesFile=$annotationAllowedClassesFile, in toString()
153 val annotationAllowedClassesFilter = options.annotationAllowedClassesFile.get.let { file -> in <lambda>()