Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/apex/
H A Dkey.go69 if android.SrcIsModule(String(m.properties.Public_key)) != "" {
79 if android.SrcIsModule(String(m.properties.Private_key)) != "" {
H A Dapex.go929 cert := android.SrcIsModule(a.getCertString(ctx))
/aosp_15_r20/build/soong/android/
H A Dpath_properties_test.go66 m := SrcIsModule(p.props.Foo)
H A Dmodule_test.go86 if gotModule := SrcIsModule(tt.args.s); gotModule != tt.wantModule {
H A Dmodule.go2540 func SrcIsModule(s string) (module string) { func
/aosp_15_r20/build/soong/java/
H A Dapp_import.go243 cert := android.SrcIsModule(a.properties.Certificate.GetOrDefault(ctx, ""))
249 cert = android.SrcIsModule(cert)
H A Drro.go124 cert := android.SrcIsModule(r.properties.Certificate.GetOrDefault(ctx, ""))
H A Dapp.go335 cert := android.SrcIsModule(a.getCertString(ctx))
351 cert = android.SrcIsModule(cert)
800 if android.SrcIsModule(certPropValue) == "" {
/aosp_15_r20/external/libchrome/soong/
H A Dbindings_generator.go249 m := android.SrcIsModule(pickle)
/aosp_15_r20/build/soong/rust/
H A Dcompiler.go641 if android.SrcIsModule(s) == "" {
/aosp_15_r20/external/wayland-protocols/
H A Dwayland_protocol_codegen.go257 if m := android.SrcIsModule(tool); m != "" {
/aosp_15_r20/build/soong/genrule/
H A Dgenrule.go260 if m := android.SrcIsModule(tool); m != "" {