Home
last modified time | relevance | path

Searched refs:bootDexJarByModule (Results 1 – 5 of 5) sorted by relevance

/build/soong/java/
Dboot_jars.go33 …uildRuleForBootJarsPackageCheck(ctx android.ModuleContext, bootDexJarByModule bootDexJarByModule) { argument
34 bootDexJars := bootDexJarByModule.bootDexJarsWithoutCoverage()
Dplatform_bootclasspath.go214 bootDexJarByModule := b.generateHiddenAPIBuildActions(ctx, b.configuredModules, b.fragments)
215 buildRuleForBootJarsPackageCheck(ctx, bootDexJarByModule)
296 …x android.ModuleContext, modules []android.Module, fragments []android.Module) bootDexJarByModule {
312 bootDexJarByModule := extractBootDexJarsFromModules(ctx, modules)
319 return bootDexJarByModule
335 return bootDexJarByModule
350 …denapi-stub-flags", "monolithic hidden API stub flags", stubFlags, bootDexJarByModule.bootDexJars(…
396 return bootDexJarByModule
Dhiddenapi_modular.go928 type bootDexJarByModule map[string]android.Path type
931 func (b bootDexJarByModule) addPath(module android.Module, path android.Path) {
936 func (b bootDexJarByModule) bootDexJars() android.Paths {
946 func (b bootDexJarByModule) bootDexJarsWithoutCoverage() android.Paths {
963 EncodedBootDexFilesByModule bootDexJarByModule
1235 …uleContext, bootDexInfoByModule bootDexInfoByModule, allFlagsCSV android.Path) bootDexJarByModule {
1237 encodedBootDexJarsByModule := bootDexJarByModule{}
1269 …ctBootDexJarsFromModules(ctx android.ModuleContext, contents []android.Module) bootDexJarByModule {
1270 bootDexJars := bootDexJarByModule{}
Dbootclasspath_fragment.go365 contentModuleDexJarPaths bootDexJarByModule
390 func (i BootclasspathFragmentApexContentInfo) DexBootJarPathMap() bootDexJarByModule {
797 …urce(ctx android.ModuleContext, contents []android.Module, modules bootDexJarByModule) android.Wri…
Ddexpreopt_bootjars.go709 …thFragments(ctx android.ModuleContext, apexJarModulePairs []apexJarModulePair) bootDexJarByModule {
711 encodedDexJarsByModuleName := bootDexJarByModule{}
781 …definedLocations(ctx android.ModuleContext, srcBootDexJarsByModule bootDexJarByModule, dstBootJars… argument