Home
last modified time | relevance | path

Searched defs:bootImageConfig (Results 1 – 5 of 5) sorted by relevance

/build/soong/java/
Ddexpreopt_bootjars.go237 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 …]
Ddexpreopt_config.go168 func calculateDepsRecursive(c *bootImageConfig, targets []android.Target, visited map[string]bool) {
Ddexpreopt_config_testing.go1121 func checkBootImageConfig(t *testing.T, imageConfig *bootImageConfig, mutated bool, expected *expec…
1133 func nestedCheckBootImageConfig(t *testing.T, imageConfig *bootImageConfig, expected *expectedConfi…
Dtesting.go605 func FixtureModifyBootImageConfig(name string, configModifier func(*bootImageConfig)) android.Fixtu…
Dbootclasspath_fragment.go264 produceBootImageFiles(ctx android.ModuleContext, imageConfig *bootImageConfig) bootImageOutputs
574 …dCopyBootFilesToPredefinedLocations(ctx android.ModuleContext, imageConfig *bootImageConfig) bool {