Home
last modified time | relevance | path

Searched refs:SrcIsModule (Results 1 – 8 of 8) sorted by relevance

/build/soong/apex/
Dkey.go71 if android.SrcIsModule(String(m.properties.Public_key)) != "" {
81 if android.SrcIsModule(String(m.properties.Private_key)) != "" {
Dapex.go1567 cert := android.SrcIsModule(a.getCertString(ctx))
/build/soong/android/
Dpath_properties_test.go55 if ctx.GetDirectDepWithTag(SrcIsModule(p.props.Foo), sourceOrOutputDepTag("")) == nil {
Dmodule_test.go61 if gotModule := SrcIsModule(tt.args.s); gotModule != tt.wantModule {
Dmodule.go1268 if module := SrcIsModule(notice); module != "" {
1996 func SrcIsModule(s string) (module string) { func
/build/soong/java/
Dapp.go401 cert := android.SrcIsModule(a.getCertString(ctx))
407 cert = android.SrcIsModule(cert)
695 if android.SrcIsModule(certPropValue) == "" {
1385 cert := android.SrcIsModule(String(a.properties.Certificate))
1757 cert := android.SrcIsModule(String(r.properties.Certificate))
Ddroiddoc.go341 api_module := android.SrcIsModule(api_file)
342 removed_api_module := android.SrcIsModule(removed_api_file)
1272 newSinceSrcModule := android.SrcIsModule(proptools.String(newSinceSrc))
/build/soong/genrule/
Dgenrule.go182 if m := android.SrcIsModule(tool); m != "" {