Lines Matching defs:apexFile
560 type apexFile struct { struct
562 builtFile android.Path
563 installDir string
564 partition string
565 customStem string
566 symlinks []string // additional symlinks
568 checkbuildTarget android.Path
573 androidMkModuleName string // becomes LOCAL_MODULE
574 class apexFileClass // becomes LOCAL_MODULE_CLASS
575 moduleDir string // becomes LOCAL_PATH
576 requiredModuleNames []string // becomes LOCAL_REQUIRED_MODULES
577 targetRequiredModuleNames []string // becomes LOCAL_TARGET_REQUIRED_MODULES
578 hostRequiredModuleNames []string // becomes LOCAL_HOST_REQUIRED_MODULES
579 dataPaths []android.DataPath // becomes LOCAL_TEST_DATA
581 jacocoReportClassesFile android.Path // only for javalibs and apps
582 lintInfo *java.LintInfo // only for javalibs and apps
583 certificate java.Certificate // only for apps
584 overriddenPackageName string // only for apps
586 transitiveDep bool
587 isJniLib bool
589 multilib string
592 module android.Module
615 func (af *apexFile) ok() bool {
622 func (af *apexFile) apexRelativePath(path string) string {
627 func (af *apexFile) path() string {
632 func (af *apexFile) stem() string {
640 func (af *apexFile) symlinkPaths() []string {
650 func (af *apexFile) availableToPlatform() bool {