Searched defs:Certificate (Results 1 – 3 of 3) sorted by relevance
/build/soong/java/ |
D | app_builder.go | 55 …packageFile, jniJarFile, dexJarFile android.Path, certificates []Certificate, deps android.Paths, … 79 …ext, signedApk android.WritablePath, unsignedApk android.Path, certificates []Certificate, lineage…
|
D | app.go | 261 Certificate *string member 334 func (a *AndroidApp) Certificate() Certificate { func 344 type Certificate struct { struct 345 Pem, Key android.Path 346 presigned bool 351 func (c Certificate) AndroidMkString() string { 701 func processMainCert(m android.ModuleBase, certPropValue string, certificates []Certificate, ctx an… 1189 Certificate Certificate member 1194 Certificate *string member 1306 Certificate *string member [all …]
|
/build/soong/apex/ |
D | apex.go | 969 Certificate *string member
|