Home
last modified time | relevance | path

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

/build/soong/dexpreopt/
Dconfig.go162 type ModuleConfig struct { struct
344 *ModuleConfig anonMember
366 func ParseModuleConfig(ctx android.PathContext, data []byte) (*ModuleConfig, error) {
371 return config.ModuleConfig, err
375 config.ModuleConfig.BuildPath = constructPath(ctx, config.BuildPath).(android.OutputPath)
376 config.ModuleConfig.DexPath = constructPath(ctx, config.DexPath)
377 …config.ModuleConfig.ManifestPath = android.OptionalPathForPath(constructPath(ctx, config.ManifestP…
378 …config.ModuleConfig.ProfileClassListing = android.OptionalPathForPath(constructPath(ctx, config.Pr…
379 …config.ModuleConfig.EnforceUsesLibrariesStatusFile = constructPath(ctx, config.EnforceUsesLibrarie…
380 …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{
135 module *ModuleConfig
Ddexpreopt.go55 …global *GlobalConfig, module *ModuleConfig, productPackages android.Path, copyApexSystemServerJarD… argument
109 func dexpreoptDisabled(ctx android.PathContext, global *GlobalConfig, module *ModuleConfig) bool { argument
135 module *ModuleConfig, rule *android.RuleBuilder) android.WritablePath { argument
176 module *ModuleConfig, rule *android.RuleBuilder) android.WritablePath { argument
233 global *GlobalConfig, module *ModuleConfig, rule *android.RuleBuilder, archIdx int, argument
514 func shouldGenerateDM(module *ModuleConfig, global *GlobalConfig) bool { argument
543 func odexOnSystemOther(module *ModuleConfig, global *GlobalConfig) bool { argument
/build/soong/dexpreopt/dexpreopt_gen/
Ddexpreopt_gen.go171 global *dexpreopt.GlobalConfig, module *dexpreopt.ModuleConfig, dexpreoptScriptPath string, argument
/build/soong/java/
Ddexpreopt.go460 dexpreoptConfig := &dexpreopt.ModuleConfig{