Searched refs:privateKeyFile (Results 1 – 5 of 5) sorted by relevance
/build/soong/apex/ |
D | key.go | 44 privateKeyFile android.Path member 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)) 89 if !android.ExistentPathForSource(ctx, m.privateKeyFile.String()).Valid() { 90 m.privateKeyFile = android.PathForModuleSrc(ctx, String(m.properties.Private_key)) 95 …privKeyName := m.privateKeyFile.Base()[0 : len(m.privateKeyFile.Base())-len(m.privateKeyFile.Ext()… 99 m.publicKeyFile.String(), pubKeyName, m.privateKeyFile, privKeyName) 139 privateKey: m.privateKeyFile.String(),
|
D | apex.go | 334 privateKeyFile android.Path member 1809 a.privateKeyFile = key.privateKeyFile 1961 if a.privateKeyFile == nil {
|
D | builder.go | 582 implicitInputs = append(implicitInputs, a.privateKeyFile, a.publicKeyFile) 668 "key": a.privateKeyFile.String(),
|
D | apex_test.go | 2698 if keys.privateKeyFile.String() != "vendor/foo/devkeys/testkey.pem" { 2699 t.Errorf("private key %q is not %q", keys.privateKeyFile.String(), 4148 actual_privkey := apex_key.privateKeyFile.String()
|
/build/soong/filesystem/ |
D | vbmeta.go | 226 privateKeyFile := android.PathForModuleSrc(ctx, proptools.String(cp.Private_key)) 232 FlagWithInput("--key ", privateKeyFile).
|