Home
last modified time | relevance | path

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

/build/soong/java/
Dapp.go402 cert := android.SrcIsModule(a.getCertString(ctx))
790 certificates := processMainCert(a.ModuleBase, a.getCertString(ctx), certificateDeps, ctx)
946 func (a *AndroidApp) getCertString(ctx android.BaseModuleContext) string { func
/build/soong/apex/
Dapex.go1460 cert := android.SrcIsModule(a.getCertString(ctx))
1491 func (a *apexBundle) getCertString(ctx android.BaseModuleContext) string { func