Searched refs:Pem (Results 1 – 4 of 4) sorted by relevance
/aosp12/build/soong/java/ |
H A D | app_builder.go | 84 certificateArgs = append(certificateArgs, c.Pem.String(), c.Key.String()) 85 deps = append(deps, c.Pem, c.Key)
|
H A D | app.go | 199 Pem, Key android.Path member 209 return c.Pem.String() 577 Pem: defaultDir.Join(ctx, certPropValue+".x509.pem"), 583 Pem: pem, 591 certPath := certificates[0].Pem.String() 1128 Pem: android.PathForModuleSrc(ctx, cert+".x509.pem"),
|
/aosp12/packages/modules/Gki/build/ |
H A D | raw_img_ota.go | 197 r.pem = cert.Certificate.Pem
|
/aosp12/build/soong/apex/ |
H A D | apex.go | 1817 a.containerCertificateFile = dep.Certificate.Pem
|