Home
last modified time | relevance | path

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

/system/sepolicy/build/soong/
Dpolicy.go239 type policyCil struct { struct
251 c := &policyCil{}
257 func (c *policyCil) Installable() bool { argument
261 func (c *policyCil) stem() string { argument
265 func (c *policyCil) compileConfToCil(ctx android.ModuleContext, conf android.Path) android.OutputPa… argument
320 func (c *policyCil) GenerateAndroidBuildActions(ctx android.ModuleContext) { argument
342 func (c *policyCil) AndroidMkEntries() []android.AndroidMkEntries { argument
356 func (c *policyCil) OutputFiles(tag string) (android.Paths, error) { argument
363 var _ android.OutputFileProducer = (*policyCil)(nil)