Lines Matching defs:apexFile
441 type apexFile struct { struct
443 builtFile android.Path
444 noticeFiles android.Paths
445 installDir string
446 customStem string
447 symlinks []string // additional symlinks
452 androidMkModuleName string // becomes LOCAL_MODULE
453 class apexFileClass // becomes LOCAL_MODULE_CLASS
454 moduleDir string // becomes LOCAL_PATH
455 requiredModuleNames []string // becomes LOCAL_REQUIRED_MODULES
456 targetRequiredModuleNames []string // becomes LOCAL_TARGET_REQUIRED_MODULES
457 hostRequiredModuleNames []string // becomes LOCAL_HOST_REQUIRED_MODULES
458 dataPaths []android.DataPath // becomes LOCAL_TEST_DATA
460 jacocoReportClassesFile android.Path // only for javalibs and apps
461 lintDepSets java.LintDepSets // only for javalibs and apps
462 certificate java.Certificate // only for apps
463 overriddenPackageName string // only for apps
465 transitiveDep bool
466 isJniLib bool
468 multilib string
471 module android.Module
494 func (af *apexFile) ok() bool {
501 func (af *apexFile) apexRelativePath(path string) string {
506 func (af *apexFile) path() string {
511 func (af *apexFile) stem() string {
519 func (af *apexFile) symlinkPaths() []string {
529 func (af *apexFile) availableToPlatform() bool {