Lines Matching refs:apexFile

361 	filesInfo []apexFile
441 type apexFile struct { struct
475 …droidMkModuleName string, installDir string, class apexFileClass, module android.Module) apexFile {
476 ret := apexFile{
494 func (af *apexFile) ok() bool { argument
501 func (af *apexFile) apexRelativePath(path string) string { argument
506 func (af *apexFile) path() string { argument
511 func (af *apexFile) stem() string { argument
519 func (af *apexFile) symlinkPaths() []string { argument
529 func (af *apexFile) availableToPlatform() bool { argument
1367 …orNativeLibrary(ctx android.BaseModuleContext, ccMod *cc.Module, handleSpecialLibs bool) apexFile {
1400 func apexFileForExecutable(ctx android.BaseModuleContext, cc *cc.Module) apexFile {
1414 func apexFileForRustExecutable(ctx android.BaseModuleContext, rustm *rust.Module) apexFile {
1425 func apexFileForRustLibrary(ctx android.BaseModuleContext, rustm *rust.Module) apexFile {
1443 func apexFileForPyBinary(ctx android.BaseModuleContext, py *python.Module) apexFile {
1449 …ileForGoBinary(ctx android.BaseModuleContext, depName string, gb bootstrap.GoBinaryTool) apexFile {
1454 return apexFile{}
1463 func apexFileForShBinary(ctx android.BaseModuleContext, sh *sh.ShBinary) apexFile {
1471 …(ctx android.BaseModuleContext, prebuilt prebuilt_etc.PrebuiltEtcModule, depName string) apexFile {
1477 …fig(ctx android.BaseModuleContext, config java.PlatformCompatConfigIntf, depName string) apexFile {
1501 func apexFileForJavaModule(ctx android.BaseModuleContext, module javaModule) apexFile {
1506 …ile(ctx android.BaseModuleContext, module javaModule, dexImplementationJar android.Path) apexFile {
1531 func apexFileForAndroidApp(ctx android.BaseModuleContext, aapp androidApp) apexFile {
1551 …imeResourceOverlay(ctx android.BaseModuleContext, rro java.RuntimeResourceOverlayModule) apexFile {
1566 …Program(ctx android.BaseModuleContext, builtFile android.Path, bpfProgram bpf.BpfModule) apexFile {
1571 …esystem(ctx android.BaseModuleContext, buildFile android.Path, fs filesystem.Filesystem) apexFile {
1645 var filesInfo []apexFile
1967 removeDup := func(filesInfo []apexFile) []apexFile {
1968 encountered := make(map[string]apexFile)
1980 var result []apexFile
2100 func apexBootclasspathFragmentFiles(ctx android.ModuleContext, module blueprint.Module) []apexFile {
2102 var filesToAdd []apexFile
2123 func apexClasspathFragmentProtoFile(ctx android.ModuleContext, module blueprint.Module) apexFile {
2131 …odule(ctx android.ModuleContext, fragmentModule blueprint.Module, javaModule javaModule) apexFile {