Home
last modified time | relevance | path

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

/build/soong/dexpreopt/
Dconfig.go114 type ModuleConfig struct { struct
268 *ModuleConfig anonMember
290 func ParseModuleConfig(ctx android.PathContext, data []byte) (*ModuleConfig, error) {
295 return config.ModuleConfig, err
299 config.ModuleConfig.BuildPath = constructPath(ctx, config.BuildPath).(android.OutputPath)
300 config.ModuleConfig.DexPath = constructPath(ctx, config.DexPath)
301 …config.ModuleConfig.ManifestPath = android.OptionalPathForPath(constructPath(ctx, config.ManifestP…
302 …config.ModuleConfig.ProfileClassListing = android.OptionalPathForPath(constructPath(ctx, config.Pr…
303 …config.ModuleConfig.EnforceUsesLibrariesStatusFile = constructPath(ctx, config.EnforceUsesLibrarie…
304 …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 {
36 return &ModuleConfig{
95 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
131 module *ModuleConfig, rule *android.RuleBuilder) android.WritablePath { argument
172 module *ModuleConfig, rule *android.RuleBuilder) android.WritablePath { argument
205 module *ModuleConfig, rule *android.RuleBuilder, archIdx int, profile android.WritablePath, argument
467 func shouldGenerateDM(module *ModuleConfig, global *GlobalConfig) bool { argument
496 func odexOnSystemOther(module *ModuleConfig, global *GlobalConfig) bool { argument
/build/soong/java/
Ddexpreopt.go208 dexpreoptConfig := &dexpreopt.ModuleConfig{
/build/soong/dexpreopt/dexpreopt_gen/
Ddexpreopt_gen.go164 global *dexpreopt.GlobalConfig, module *dexpreopt.ModuleConfig, dexpreoptScriptPath string) { argument