Home
last modified time | relevance | path

Searched refs:getCertString (Results 1 – 2 of 2) sorted by relevance

/build/soong/java/
Dapp.go315 cert := android.SrcIsModule(a.getCertString(ctx))
867 …a.certificate, certificates = processMainCert(a.ModuleBase, a.getCertString(ctx), certificates, ct…
1144 func (a *AndroidApp) getCertString(ctx android.BaseModuleContext) string { func
/build/soong/apex/
Dapex.go888 cert := android.SrcIsModule(a.getCertString(ctx))
1445 func (a *apexBundle) getCertString(ctx android.BaseModuleContext) string { func