Home
last modified time | relevance | path

Searched refs:SrcIsModule (Results 1 – 9 of 9) 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.go1460 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.go1359 if module := SrcIsModule(notice); module != "" {
2129 func SrcIsModule(s string) (module string) { func
/build/soong/rust/
Dcompiler.go266 if android.SrcIsModule(s) == "" {
/build/soong/java/
Dapp.go402 cert := android.SrcIsModule(a.getCertString(ctx))
408 cert = android.SrcIsModule(cert)
702 if android.SrcIsModule(certPropValue) == "" {
1377 cert := android.SrcIsModule(String(a.properties.Certificate))
1774 cert := android.SrcIsModule(String(r.properties.Certificate))
Ddroiddoc.go345 api_module := android.SrcIsModule(api_file)
346 removed_api_module := android.SrcIsModule(removed_api_file)
1289 newSinceSrcModule := android.SrcIsModule(proptools.String(newSinceSrc))
/build/soong/genrule/
Dgenrule.go181 if m := android.SrcIsModule(tool); m != "" {