Lines Matching refs:bootclasspath
288 func createMergedTxts(ctx android.LoadHookContext, bootclasspath, system_server_classpath []string)… argument
298 Modules: bootclasspath,
306 Modules: bootclasspath,
314 Modules: bootclasspath,
333 bootclasspath := a.properties.Bootclasspath
336 bootclasspath = append(bootclasspath, a.properties.Conditional_bootclasspath...)
337 sort.Strings(bootclasspath)
339 createMergedTxts(ctx, bootclasspath, system_server_classpath)
341 createMergedPublicStubs(ctx, bootclasspath)
342 createMergedSystemStubs(ctx, bootclasspath)
344 createMergedFrameworkModuleLibStubs(ctx, bootclasspath)
345 createMergedFrameworkImpl(ctx, bootclasspath)
347 createMergedAnnotationsFilegroups(ctx, bootclasspath, system_server_classpath)
349 createPublicStubsSourceFilegroup(ctx, bootclasspath)