Searched refs:apexModuleName (Results 1 – 4 of 4) sorted by relevance
75 apexModuleName string member94 return i.apexModuleName120 func NewDeapexerInfo(apexModuleName string, exports map[string]WritablePath, moduleNames []string) …122 apexModuleName: apexModuleName,
136 func (i ApexInfo) InApexModule(apexModuleName string) bool {138 if a == apexModuleName {
85 func deapexerModuleName(apexModuleName string) string {86 return apexModuleName + ".deapexer"91 func apexModuleName(deapexerModuleName string) string { func134 …di := android.NewDeapexerInfo(apexModuleName(ctx.ModuleName()), exports, p.properties.CommonModule…155 builder.Build("deapexer", "deapex "+apexModuleName(ctx.ModuleName()))
4918 …ngEquals(t, "APEX module name from deapexer name", "prebuilt_myapex", apexModuleName(deapexerName))