Searched refs:Public_key (Results 1 – 1 of 1) sorted by relevance
48 Public_key *string `android:"path"` member72 if android.SrcIsModule(String(m.properties.Public_key)) != "" {73 m.public_key_file = android.PathForModuleSrc(ctx, String(m.properties.Public_key))75 m.public_key_file = ctx.Config().ApexKeyDir(ctx).Join(ctx, String(m.properties.Public_key))78 m.public_key_file = android.PathForModuleSrc(ctx, String(m.properties.Public_key))94 if m.properties.Public_key != nil && m.properties.Private_key != nil && pubKeyName != privKeyName {