Home
last modified time | relevance | path

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

/build/soong/android/
Dpath_properties_test.go66 m := SrcIsModule(p.props.Foo)
Dbazel_paths.go129 if m := SrcIsModule(module); m == "" {
Dmodule_test.go84 if gotModule := SrcIsModule(tt.args.s); gotModule != tt.wantModule {
Dmodule.go2255 if module := SrcIsModule(notice); module != "" {
3346 func SrcIsModule(s string) (module string) { func
/build/soong/apex/
Dkey.go78 if android.SrcIsModule(String(m.properties.Public_key)) != "" {
88 if android.SrcIsModule(String(m.properties.Private_key)) != "" {
Dapex.go829 cert := android.SrcIsModule(a.getCertString(ctx))
/build/soong/java/
Drro.go118 cert := android.SrcIsModule(String(r.properties.Certificate))
Dapp_import.go166 cert := android.SrcIsModule(String(a.properties.Certificate))
172 cert = android.SrcIsModule(cert)
Dapp.go258 cert := android.SrcIsModule(a.getCertString(ctx))
264 cert = android.SrcIsModule(cert)
527 if android.SrcIsModule(certPropValue) == "" {
1480 certModule := android.SrcIsModule(certificateName)
Dsdk_library.go1197 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…
/build/soong/rust/
Dcompiler.go491 if android.SrcIsModule(s) == "" {
/build/soong/genrule/
Dgenrule.go244 if m := android.SrcIsModule(tool); m != "" {