Home
last modified time | relevance | path

Searched refs:Private_key (Results 1 – 2 of 2) sorted by relevance

/build/soong/apex/
Dkey.go54 Private_key *string `android:"path"` member
85 if android.SrcIsModule(String(m.properties.Private_key)) != "" {
86 m.privateKeyFile = android.PathForModuleSrc(ctx, String(m.properties.Private_key))
88 m.privateKeyFile = ctx.Config().ApexKeyDir(ctx).Join(ctx, String(m.properties.Private_key))
90 m.privateKeyFile = android.PathForModuleSrc(ctx, String(m.properties.Private_key))
97 if m.properties.Public_key != nil && m.properties.Private_key != nil && pubKeyName != privKeyName {
/build/soong/filesystem/
Dvbmeta.go48 Private_key *string `android:"path"` member
83 Private_key *string `android:"path"` member
124 key := android.PathForModuleSrc(ctx, proptools.String(v.properties.Private_key))
211 if cp.Private_key == nil {
226 privateKeyFile := android.PathForModuleSrc(ctx, proptools.String(cp.Private_key))