Searched refs:ModuleConfig (Results 1 – 5 of 5) sorted by relevance
| /build/soong/dexpreopt/ |
| D | config.go | 167 type ModuleConfig struct { struct 353 *ModuleConfig anonMember 375 func ParseModuleConfig(ctx android.PathContext, data []byte) (*ModuleConfig, error) { 380 return config.ModuleConfig, err 384 config.ModuleConfig.BuildPath = constructPath(ctx, config.BuildPath).(android.OutputPath) 385 config.ModuleConfig.DexPath = constructPath(ctx, config.DexPath) 386 …config.ModuleConfig.ManifestPath = android.OptionalPathForPath(constructPath(ctx, config.ManifestP… 387 …config.ModuleConfig.ProfileClassListing = android.OptionalPathForPath(constructPath(ctx, config.Pr… 388 …config.ModuleConfig.EnforceUsesLibrariesStatusFile = constructPath(ctx, config.EnforceUsesLibrarie… 389 …config.ModuleConfig.ClassLoaderContexts = fromJsonClassLoaderContext(ctx, config.ClassLoaderContex… [all …]
|
| D | dexpreopt_test.go | 24 func testSystemModuleConfig(ctx android.PathContext, name string) *ModuleConfig { 28 func testSystemProductModuleConfig(ctx android.PathContext, name string) *ModuleConfig { 32 func testProductModuleConfig(ctx android.PathContext, name string) *ModuleConfig { 36 func testModuleConfig(ctx android.PathContext, name, partition string) *ModuleConfig { 45 func testApexModuleConfig(ctx android.PathContext, name, apexName string) *ModuleConfig { 56 func testPlatformSystemServerModuleConfig(ctx android.PathContext, name string) *ModuleConfig { 65 func testSystemExtSystemServerModuleConfig(ctx android.PathContext, name string) *ModuleConfig { 74 …tion string, buildPath, dexPath, enforceUsesLibrariesStatusFile android.OutputPath) *ModuleConfig { 75 return &ModuleConfig{ 138 module *ModuleConfig
|
| D | dexpreopt.go | 56 global *GlobalConfig, module *ModuleConfig, productPackages android.Path) ( argument 110 func dexpreoptDisabled(ctx android.PathContext, global *GlobalConfig, module *ModuleConfig) bool { argument 136 module *ModuleConfig, rule *android.RuleBuilder) android.WritablePath { argument 177 module *ModuleConfig, rule *android.RuleBuilder) android.WritablePath { argument 234 global *GlobalConfig, module *ModuleConfig, rule *android.RuleBuilder, archIdx int, argument 504 func shouldGenerateDM(module *ModuleConfig, global *GlobalConfig) bool { argument 533 func odexOnSystemOther(module *ModuleConfig, global *GlobalConfig) bool { argument
|
| /build/soong/dexpreopt/dexpreopt_gen/ |
| D | dexpreopt_gen.go | 171 global *dexpreopt.GlobalConfig, module *dexpreopt.ModuleConfig, dexpreoptScriptPath string, argument
|
| /build/soong/java/ |
| D | dexpreopt.go | 414 dexpreoptConfig := &dexpreopt.ModuleConfig{
|