Home
last modified time | relevance | path

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

/build/soong/java/
Dbootclasspath_fragment.go391 type BootclasspathFragmentApexContentInfo struct { struct
394 modules android.ConfiguredJarList
398 contentModuleDexJarPaths bootDexJarByModule
401 profilePathOnHost android.Path
405 profileInstallPathInApex string
408 func (i BootclasspathFragmentApexContentInfo) Modules() android.ConfiguredJarList {
415 …gmentApexContentInfo) DexBootJarPathForContentModule(module android.Module) (android.Path, error) {
427 func (i BootclasspathFragmentApexContentInfo) ProfilePathOnHost() android.Path {
431 func (i BootclasspathFragmentApexContentInfo) ProfileInstallPathInApex() string {