Home
last modified time | relevance | path

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

/build/soong/java/
Dbuilder.go268 processorPath classpath member
324 deps = append(deps, flags.processorPath...)
350 "processorpath": flags.processorPath.FormJavaClassPath("-processorpath"),
425 deps = append(deps, flags.processorPath...)
426 turbineFlags += " " + flags.processorPath.FormTurbineClassPath("--processorpath ")
494 deps = append(deps, flags.processorPath...)
524 "processorpath": flags.processorPath.FormJavaClassPath("-processorpath"),
Dkotlin.go179 deps = append(deps, flags.processorPath...)
189 …kaptProcessorPath := flags.processorPath.FormRepeatedClassPath("-P plugin:org.jetbrains.kotlin.kap…
Dbase.go879 flags.processorPath = append(flags.processorPath, deps.processorPath...)
1111 if len(flags.processorPath) > 0 {
1119 flags.processorPath = nil
1539 flags.processorPath = append(flags.errorProneProcessorPath, flags.processorPath...)
2020 deps.processorPath = append(deps.processorPath, pluginJars...)
Djava.go464 processorPath classpath member