Lines Matching defs:apexFile
533 type apexFile struct { struct
535 builtFile android.Path
536 installDir string
537 partition string
538 customStem string
539 symlinks []string // additional symlinks
544 androidMkModuleName string // becomes LOCAL_MODULE
545 class apexFileClass // becomes LOCAL_MODULE_CLASS
546 moduleDir string // becomes LOCAL_PATH
547 requiredModuleNames []string // becomes LOCAL_REQUIRED_MODULES
548 targetRequiredModuleNames []string // becomes LOCAL_TARGET_REQUIRED_MODULES
549 hostRequiredModuleNames []string // becomes LOCAL_HOST_REQUIRED_MODULES
550 dataPaths []android.DataPath // becomes LOCAL_TEST_DATA
552 jacocoReportClassesFile android.Path // only for javalibs and apps
553 lintDepSets java.LintDepSets // only for javalibs and apps
554 certificate java.Certificate // only for apps
555 overriddenPackageName string // only for apps
557 transitiveDep bool
558 isJniLib bool
560 multilib string
562 isBazelPrebuilt bool
563 unstrippedBuiltFile android.Path
564 arch string
567 module android.Module
590 func (af *apexFile) ok() bool {
597 func (af *apexFile) apexRelativePath(path string) string {
602 func (af *apexFile) path() string {
607 func (af *apexFile) stem() string {
615 func (af *apexFile) symlinkPaths() []string {
625 func (af *apexFile) availableToPlatform() bool {