Lines Matching defs:apexFile
525 type apexFile struct { struct
527 builtFile android.Path
528 installDir string
529 partition string
530 customStem string
531 symlinks []string // additional symlinks
536 androidMkModuleName string // becomes LOCAL_MODULE
537 class apexFileClass // becomes LOCAL_MODULE_CLASS
538 moduleDir string // becomes LOCAL_PATH
539 requiredModuleNames []string // becomes LOCAL_REQUIRED_MODULES
540 targetRequiredModuleNames []string // becomes LOCAL_TARGET_REQUIRED_MODULES
541 hostRequiredModuleNames []string // becomes LOCAL_HOST_REQUIRED_MODULES
542 dataPaths []android.DataPath // becomes LOCAL_TEST_DATA
544 jacocoReportClassesFile android.Path // only for javalibs and apps
545 lintDepSets java.LintDepSets // only for javalibs and apps
546 certificate java.Certificate // only for apps
547 overriddenPackageName string // only for apps
549 transitiveDep bool
550 isJniLib bool
552 multilib string
555 module android.Module
578 func (af *apexFile) ok() bool {
585 func (af *apexFile) apexRelativePath(path string) string {
590 func (af *apexFile) path() string {
595 func (af *apexFile) stem() string {
603 func (af *apexFile) symlinkPaths() []string {
613 func (af *apexFile) availableToPlatform() bool {