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