Searched refs:SrcIsModule (Results 1 – 12 of 12) sorted by relevance
66 m := SrcIsModule(p.props.Foo)
129 if m := SrcIsModule(module); m == "" {
84 if gotModule := SrcIsModule(tt.args.s); gotModule != tt.wantModule {
2255 if module := SrcIsModule(notice); module != "" {3346 func SrcIsModule(s string) (module string) { func
78 if android.SrcIsModule(String(m.properties.Public_key)) != "" {88 if android.SrcIsModule(String(m.properties.Private_key)) != "" {
829 cert := android.SrcIsModule(a.getCertString(ctx))
118 cert := android.SrcIsModule(String(r.properties.Certificate))
166 cert := android.SrcIsModule(String(a.properties.Certificate))172 cert = android.SrcIsModule(cert)
258 cert := android.SrcIsModule(a.getCertString(ctx))264 cert = android.SrcIsModule(cert)527 if android.SrcIsModule(certPropValue) == "" {1480 certModule := android.SrcIsModule(certificateName)
1197 if m := android.SrcIsModule(module.latestApiFilegroupName(apiScope)); !ctx.OtherModuleExists(m) {1200 …if m := android.SrcIsModule(module.latestRemovedApiFilegroupName(apiScope)); !ctx.OtherModuleExist…1203 …if m := android.SrcIsModule(module.latestIncompatibilitiesFilegroupName(apiScope)); !ctx.OtherModu…
491 if android.SrcIsModule(s) == "" {
244 if m := android.SrcIsModule(tool); m != "" {