Home
last modified time | relevance | path

Searched defs:bpf (Results 1 – 2 of 2) sorted by relevance

/build/soong/bpf/
Dbpf.go15 package bpf package
108 type bpf struct { struct
109 android.ModuleBase
110 android.DefaultableModuleBase
111 properties BpfProperties
113 objs android.Paths
118 func (bpf *bpf) ImageMutatorBegin(ctx android.ImageInterfaceContext) {}
120 func (bpf *bpf) VendorVariantNeeded(ctx android.ImageInterfaceContext) bool {
124 func (bpf *bpf) ProductVariantNeeded(ctx android.ImageInterfaceContext) bool {
128 func (bpf *bpf) CoreVariantNeeded(ctx android.ImageInterfaceContext) bool {
[all …]
Dbpf_test.go15 package bpf package