Lines Matching defs:apexFile
576 type apexFile struct { struct
578 builtFile android.Path
579 installDir string
580 partition string
581 customStem string
582 symlinks []string // additional symlinks
584 checkbuildTarget android.Path
589 androidMkModuleName string // becomes LOCAL_MODULE
590 class apexFileClass // becomes LOCAL_MODULE_CLASS
591 moduleDir string // becomes LOCAL_PATH
592 dataPaths []android.DataPath // becomes LOCAL_TEST_DATA
595 systemServerDexpreoptInstalls []java.DexpreopterInstall
597 systemServerDexJars android.Paths
599 jacocoReportClassesFile android.Path // only for javalibs and apps
600 lintInfo *java.LintInfo // only for javalibs and apps
601 certificate java.Certificate // only for apps
602 overriddenPackageName string // only for apps
604 transitiveDep bool
605 isJniLib bool
607 multilib string
610 module android.Module
634 func (af *apexFile) ok() bool {
641 func (af *apexFile) apexRelativePath(path string) string {
646 func (af *apexFile) path() string {
651 func (af *apexFile) stem() string {
659 func (af *apexFile) symlinkPaths() []string {
669 func (af *apexFile) availableToPlatform() bool {