Home
last modified time | relevance | path

Searched refs:Certificate (Results 1 – 4 of 4) sorted by relevance

/build/soong/java/
Dapp.go261 Certificate *string member
289 certificate Certificate
334 func (a *AndroidApp) Certificate() Certificate { func
344 type Certificate struct { struct
349 var PresignedCertificate = Certificate{presigned: true}
351 func (c Certificate) AndroidMkString() string { argument
701 ….ModuleBase, certPropValue string, certificates []Certificate, ctx android.ModuleContext) []Certif… argument
703 var mainCert Certificate
706 mainCert = Certificate{
712 mainCert = Certificate{
[all …]
Dapp_builder.go55 …packageFile, jniJarFile, dexJarFile android.Path, certificates []Certificate, deps android.Paths, … argument
79 …gnedApk android.WritablePath, unsignedApk android.Path, certificates []Certificate, lineageFile an… argument
/build/soong/apex/
Dapex.go969 Certificate *string member
1175 certificate java.Certificate // only for apps
1502 return String(a.properties.Certificate)
1732 Certificate() java.Certificate
1743 af.certificate = aapp.Certificate()
1758 af.certificate = rro.Certificate()
2140 a.container_certificate_file = dep.Certificate.Pem
2141 a.container_private_key_file = dep.Certificate.Key
Dbuilder.go695 cert := String(a.properties.Certificate)