Home
last modified time | relevance | path

Searched defs:bootImageFilesByArch (Results 1 – 2 of 2) sorted by relevance

/aosp12/build/soong/java/
H A Dbootclasspath_fragment.go176 type bootImageFilesByArch map[android.ArchType]android.Paths type
315 bootImageFilesByArch bootImageFilesByArch member
497 …fig *bootImageConfig, hiddenAPIOutput *HiddenAPIOutput, bootImageFilesByArch bootImageFilesByArch)… argument
H A Ddexpreopt_bootjars.go546 …inedLocation(ctx android.ModuleContext, image *bootImageConfig, filesByArch bootImageFilesByArch) {