Lines Matching refs:classpath
174 // of modules that are part of the java systemserver classpath and which are provided by mainline
215 // HeaderJars is a list of jars that can be passed as the javac classpath in order to link
395 // The modules that will be added to the classpath regardless of the Java language level targeted
396 classpath []string
398 // The modules that will be added ot the classpath when targeting 1.9 or higher
431 ctx.AddVariationDependencies(nil, libTag, sdkDep.classpath...)
445 // bootClasspath is the list of jars that form the boot classpath (generally the java.* and
448 bootClasspath classpath
450 // classpath is the list of jars that form the classpath for javac and kotlinc rules. It
452 classpath classpath
454 // dexClasspath is the list of jars that form the classpath for d8 and r8 rules. It contains
457 dexClasspath classpath
459 // java9Classpath is the list of jars that will be added to the classpath when targeting
462 java9Classpath classpath
464 processorPath classpath
465 errorProneProcessorPath classpath
1281 // compiled against an Android classpath.
1628 flags.classpath = append(flags.classpath, dep.HeaderJars...)
1631 flags.classpath = append(flags.classpath, dep.HeaderJars...)
1638 flags.classpath = append(flags.classpath, dep.SdkHeaderJars(ctx, j.SdkVersion(ctx))...)
1696 flags.classpath = append(flags.classpath, sdkDep.jars...)
1842 // compiled against an Android classpath.