Lines Matching refs:BaseName
55 BaseName string member
89 return filepath.Join(aidlApiDir, m.properties.BaseName)
126 iface := ctx.GetDirectDepWithTag(m.properties.BaseName, interfaceDep).(*aidlInterface)
208 Text("-w -m " + m.properties.BaseName).
221 ctx.ModuleErrorf("aidl_interface %s doesn't exist", m.properties.BaseName)
256 Text("-w -m " + m.properties.BaseName).
265 …ho "Call %s-freeze-api because %s depends on %s."`, moduleName, m.properties.BaseName, moduleName))
638 m.properties.BaseName, ver, cmd)
687 targetName := m.properties.BaseName + "-freeze-api"
691 targetName = m.properties.BaseName + "-update-api"
715 BaseName: i.ModuleBase.Name(),