Lines Matching full:bootclasspath
170 func (j *javaBase) BootClasspath(ctx common.AndroidBaseContext) string {
204 bootClasspath := j.BootClasspath(ctx)
205 if bootClasspath != "" {
206 deps = append(deps, bootClasspath)
239 bootClasspath common.OptionalPath, classJarSpecs, resourceJarSpecs []jarSpec, aidlPreprocess common.OptionalPath,
245 if otherName == j.BootClasspath(ctx) {
246 bootClasspath = common.OptionalPathForPath(javaDep.ClasspathFile())
278 return classpath, bootClasspath, classJarSpecs, resourceJarSpecs, aidlPreprocess,
290 classpath, bootClasspath, classJarSpecs, resourceJarSpecs, aidlPreprocess,
309 if bootClasspath.Valid() {
310 flags.bootClasspath = "-bootclasspath " + bootClasspath.String()
311 javacDeps = append(javacDeps, bootClasspath.Path())