Home
last modified time | relevance | path

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

/build/soong/apex/
Dkey.go52 Public_key *string `android:"path"` member
75 if android.SrcIsModule(String(m.properties.Public_key)) != "" {
76 m.publicKeyFile = android.PathForModuleSrc(ctx, String(m.properties.Public_key))
78 m.publicKeyFile = ctx.Config().ApexKeyDir(ctx).Join(ctx, String(m.properties.Public_key))
81 m.publicKeyFile = android.PathForModuleSrc(ctx, String(m.properties.Public_key))
97 if m.properties.Public_key != nil && m.properties.Private_key != nil && pubKeyName != privKeyName {
/build/soong/filesystem/
Dvbmeta.go78 Public_key *string `android:"path"` member
168 if cp.Public_key != nil {
169 publicKey = android.PathForModuleSrc(ctx, proptools.String(cp.Public_key))