Lines Matching defs:apexFile
1154 type apexFile struct { struct
1155 builtFile android.Path
1156 stem string
1159 androidMkModuleName string
1160 installDir string
1161 class apexFileClass
1162 module android.Module
1164 symlinks []string
1165 dataPaths []android.DataPath
1166 transitiveDep bool
1167 moduleDir string
1169 requiredModuleNames []string
1170 targetRequiredModuleNames []string
1171 hostRequiredModuleNames []string
1173 jacocoReportClassesFile android.Path // only for javalibs and apps
1174 lintDepSets java.LintDepSets // only for javalibs and apps
1175 certificate java.Certificate // only for apps
1176 overriddenPackageName string // only for apps
1178 isJniLib bool
1198 func (af *apexFile) Ok() bool {
1202 func (af *apexFile) apexRelativePath(path string) string {
1207 func (af *apexFile) Path() string {
1211 func (af *apexFile) Stem() string {
1219 func (af *apexFile) SymlinkPaths() []string {
1227 func (af *apexFile) AvailableToPlatform() bool {