Searched refs:ModuleConfig (Results 1 – 5 of 5) sorted by relevance
/build/soong/dexpreopt/ |
D | config.go | 158 type ModuleConfig struct { struct 312 *ModuleConfig anonMember 334 func ParseModuleConfig(ctx android.PathContext, data []byte) (*ModuleConfig, error) { 339 return config.ModuleConfig, err 343 config.ModuleConfig.BuildPath = constructPath(ctx, config.BuildPath).(android.OutputPath) 344 config.ModuleConfig.DexPath = constructPath(ctx, config.DexPath) 345 …config.ModuleConfig.ManifestPath = android.OptionalPathForPath(constructPath(ctx, config.ManifestP… 346 …config.ModuleConfig.ProfileClassListing = android.OptionalPathForPath(constructPath(ctx, config.Pr… 347 …config.ModuleConfig.EnforceUsesLibrariesStatusFile = constructPath(ctx, config.EnforceUsesLibrarie… 348 …config.ModuleConfig.ClassLoaderContexts = fromJsonClassLoaderContext(ctx, config.ClassLoaderContex… [all …]
|
D | dexpreopt_test.go | 23 func testSystemModuleConfig(ctx android.PathContext, name string) *ModuleConfig { 27 func testSystemProductModuleConfig(ctx android.PathContext, name string) *ModuleConfig { 31 func testProductModuleConfig(ctx android.PathContext, name string) *ModuleConfig { 35 func testModuleConfig(ctx android.PathContext, name, partition string) *ModuleConfig { 44 func testApexModuleConfig(ctx android.PathContext, name, apexName string) *ModuleConfig { 53 func testPlatformSystemServerModuleConfig(ctx android.PathContext, name string) *ModuleConfig { 62 …tion string, buildPath, dexPath, enforceUsesLibrariesStatusFile android.OutputPath) *ModuleConfig { 63 return &ModuleConfig{ 122 module *ModuleConfig
|
D | dexpreopt.go | 55 global *GlobalConfig, module *ModuleConfig) (rule *android.RuleBuilder, err error) { argument 103 func dexpreoptDisabled(ctx android.PathContext, global *GlobalConfig, module *ModuleConfig) bool { argument 126 module *ModuleConfig, rule *android.RuleBuilder) android.WritablePath { argument 167 module *ModuleConfig, rule *android.RuleBuilder) android.WritablePath { argument 219 module *ModuleConfig, rule *android.RuleBuilder, archIdx int, profile android.WritablePath, argument 493 func shouldGenerateDM(module *ModuleConfig, global *GlobalConfig) bool { argument 522 func odexOnSystemOther(module *ModuleConfig, global *GlobalConfig) bool { argument
|
/build/soong/dexpreopt/dexpreopt_gen/ |
D | dexpreopt_gen.go | 166 global *dexpreopt.GlobalConfig, module *dexpreopt.ModuleConfig, dexpreoptScriptPath string) { argument
|
/build/soong/java/ |
D | dexpreopt.go | 313 dexpreoptConfig := &dexpreopt.ModuleConfig{
|