Home
last modified time | relevance | path

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

/system/sepolicy/build/soong/
Dfilegroup.go27 module := &fileGroup{}
43 type fileGroup struct { struct
63 func (fg *fileGroup) SystemPublicSrcs() android.Paths { argument
68 func (fg *fileGroup) SystemPrivateSrcs() android.Paths { argument
73 func (fg *fileGroup) SystemVendorSrcs() android.Paths { argument
78 func (fg *fileGroup) SystemReqdMaskSrcs() android.Paths { argument
83 func (fg *fileGroup) SystemExtPublicSrcs() android.Paths { argument
88 func (fg *fileGroup) SystemExtPrivateSrcs() android.Paths { argument
93 func (fg *fileGroup) ProductPublicSrcs() android.Paths { argument
98 func (fg *fileGroup) ProductPrivateSrcs() android.Paths { argument
[all …]
Dcil_compat_map.go105 if fg, ok := module.(*fileGroup); ok {
Dselinux_contexts.go150 segroup, ok := dep.(*fileGroup)