Home
last modified time | relevance | path

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

/build/soong/java/
Dapp.go255 cert := android.SrcIsModule(a.getCertString(ctx))
675 certificates := processMainCert(a.ModuleBase, a.getCertString(ctx), certificateDeps, ctx)
862 func (a *AndroidApp) getCertString(ctx android.BaseModuleContext) string { func
/build/soong/apex/
Dapex.go801 cert := android.SrcIsModule(a.getCertString(ctx))
1282 func (a *apexBundle) getCertString(ctx android.BaseModuleContext) string { func