Home
last modified time | relevance | path

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

/build/soong/dexpreopt/
Dconfig.go158 type ModuleConfig struct { struct
342 *ModuleConfig anonMember
364 func ParseModuleConfig(ctx android.PathContext, data []byte) (*ModuleConfig, error) {
369 return config.ModuleConfig, err
373 config.ModuleConfig.BuildPath = constructPath(ctx, config.BuildPath).(android.OutputPath)
374 config.ModuleConfig.DexPath = constructPath(ctx, config.DexPath)
375 …config.ModuleConfig.ManifestPath = android.OptionalPathForPath(constructPath(ctx, config.ManifestP…
376 …config.ModuleConfig.ProfileClassListing = android.OptionalPathForPath(constructPath(ctx, config.Pr…
377 …config.ModuleConfig.EnforceUsesLibrariesStatusFile = constructPath(ctx, config.EnforceUsesLibrarie…
378 …config.ModuleConfig.ClassLoaderContexts = fromJsonClassLoaderContext(ctx, config.ClassLoaderContex…
[all …]
Ddexpreopt_test.go23 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 func testSystemExtSystemServerModuleConfig(ctx android.PathContext, name string) *ModuleConfig {
71 …tion string, buildPath, dexPath, enforceUsesLibrariesStatusFile android.OutputPath) *ModuleConfig {
72 return &ModuleConfig{
131 module *ModuleConfig
Ddexpreopt.go55 global *GlobalConfig, module *ModuleConfig) (rule *android.RuleBuilder, err error) { argument
107 func dexpreoptDisabled(ctx android.PathContext, global *GlobalConfig, module *ModuleConfig) bool { argument
138 module *ModuleConfig, rule *android.RuleBuilder) android.WritablePath { argument
179 module *ModuleConfig, rule *android.RuleBuilder) android.WritablePath { argument
236 module *ModuleConfig, rule *android.RuleBuilder, archIdx int, profile android.WritablePath, argument
518 func shouldGenerateDM(module *ModuleConfig, global *GlobalConfig) bool { argument
547 func odexOnSystemOther(module *ModuleConfig, global *GlobalConfig) bool { argument
/build/soong/dexpreopt/dexpreopt_gen/
Ddexpreopt_gen.go166 global *dexpreopt.GlobalConfig, module *dexpreopt.ModuleConfig, dexpreoptScriptPath string) { argument
/build/soong/java/
Ddexpreopt.go349 dexpreoptConfig := &dexpreopt.ModuleConfig{