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
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 …]
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 …tion string, buildPath, dexPath, enforceUsesLibrariesStatusFile android.OutputPath) *ModuleConfig {
63 return &ModuleConfig{
122 module *ModuleConfig
Ddexpreopt.go55 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/
Ddexpreopt_gen.go166 global *dexpreopt.GlobalConfig, module *dexpreopt.ModuleConfig, dexpreoptScriptPath string) { argument
/build/soong/java/
Ddexpreopt.go313 dexpreoptConfig := &dexpreopt.ModuleConfig{