Searched refs:annotationAllowedClassesFile (Results 1 – 2 of 2) sorted by relevance
93 var annotationAllowedClassesFile: SetOnce<String?> = SetOnce(null), variable in com.android.hoststubgen.HostStubGenOptions224 ret.annotationAllowedClassesFile.setNextStringArg() in parseArgs()386 $annotationAllowedClassesFile=$annotationAllowedClassesFile, in toString()
137 val annotationAllowedClassesFilter = options.annotationAllowedClassesFile.get.let { file -> in <lambda>()