Searched refs:Public_key (Results 1 – 2 of 2) sorted by relevance
52 Public_key *string `android:"path"` member75 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 {
78 Public_key *string `android:"path"` member168 if cp.Public_key != nil {169 publicKey = android.PathForModuleSrc(ctx, proptools.String(cp.Public_key))