Searched defs:bootImageConfig (Results 1 – 5 of 5) sorted by relevance
| /build/soong/java/ |
| D | dexpreopt_bootjars.go | 237 type bootImageConfig struct { struct 239 extends *bootImageConfig 242 name string 245 stem string 248 dir android.OutputPath 251 symbolsDir android.OutputPath 258 installDir string 262 profileInstallPathInApex string 265 modules android.ConfiguredJarList 268 dexPaths android.WritablePaths // for this image [all …]
|
| D | dexpreopt_config.go | 168 func calculateDepsRecursive(c *bootImageConfig, targets []android.Target, visited map[string]bool) {
|
| D | dexpreopt_config_testing.go | 1121 func checkBootImageConfig(t *testing.T, imageConfig *bootImageConfig, mutated bool, expected *expec… 1133 func nestedCheckBootImageConfig(t *testing.T, imageConfig *bootImageConfig, expected *expectedConfi…
|
| D | testing.go | 605 func FixtureModifyBootImageConfig(name string, configModifier func(*bootImageConfig)) android.Fixtu…
|
| D | bootclasspath_fragment.go | 264 produceBootImageFiles(ctx android.ModuleContext, imageConfig *bootImageConfig) bootImageOutputs 574 …dCopyBootFilesToPredefinedLocations(ctx android.ModuleContext, imageConfig *bootImageConfig) bool {
|