Home
last modified time | relevance | path

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

/aosp12/build/soong/apex/
H A Dkey.go75 if android.SrcIsModule(String(m.properties.Public_key)) != "" {
85 if android.SrcIsModule(String(m.properties.Private_key)) != "" {
H A Dapex.go801 cert := android.SrcIsModule(a.getCertString(ctx))
/aosp12/build/soong/android/
H A Dpath_properties_test.go66 if ctx.GetDirectDepWithTag(SrcIsModule(p.props.Foo), sourceOrOutputDepTag("")) == nil {
H A Dmodule_test.go61 if gotModule := SrcIsModule(tt.args.s); gotModule != tt.wantModule {
H A Dbazel_paths.go89 if m := SrcIsModule(module); m == "" {
H A Dmodule.go1827 if module := SrcIsModule(notice); module != "" {
2798 func SrcIsModule(s string) (module string) { func
/aosp12/system/sepolicy/build/soong/
H A Dcompat_cil.go57 if m := android.SrcIsModule(src); m != "" {
H A Dcil_compat_map.go99 if m := android.SrcIsModule(s); m != "" {
H A Dselinux_contexts.go178 if android.SrcIsModule(src) == "" {
331 if m := android.SrcIsModule(src); m != "" {
/aosp12/build/soong/java/
H A Drro.go99 cert := android.SrcIsModule(String(r.properties.Certificate))
H A Dapp_import.go157 cert := android.SrcIsModule(String(a.properties.Certificate))
163 cert = android.SrcIsModule(cert)
H A Dapp.go255 cert := android.SrcIsModule(a.getCertString(ctx))
261 cert = android.SrcIsModule(cert)
572 if android.SrcIsModule(certPropValue) == "" {
H A Dsdk_library.go1160 if m := android.SrcIsModule(module.latestApiFilegroupName(apiScope)); !ctx.OtherModuleExists(m) {
1163 …if m := android.SrcIsModule(module.latestRemovedApiFilegroupName(apiScope)); !ctx.OtherModuleExist…
1166 …if m := android.SrcIsModule(module.latestIncompatibilitiesFilegroupName(apiScope)); !ctx.OtherModu…
/aosp12/packages/modules/Gki/build/
H A Draw_img_ota.go169 cert := android.SrcIsModule(r.getCertString(ctx))
/aosp12/build/soong/rust/
H A Dcompiler.go402 if android.SrcIsModule(s) == "" {
/aosp12/build/soong/genrule/
H A Dgenrule.go218 if m := android.SrcIsModule(tool); m != "" {