Home
last modified time | relevance | path

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

/kernel/configs/build/
Dkernel_config.go71 g := &KernelConfigRule{}
72 g.AddProperties(&g.properties)
73 android.InitAndroidModule(g)
74 return g
77 func (g *KernelConfigRule) OutputPath() android.Path {
78 return g.outputPath
81 func (g *KernelConfigRule) realSrcs(ctx android.BaseModuleContext) []string {
82 if ctx.Config().Debuggable() && len(g.properties.Debuggable_srcs) > 0 {
83 return g.properties.Debuggable_srcs
85 return g.properties.Srcs
[all …]
/kernel/tests/net/test/
Dgenetlink.py122 g = GenericNetlinkControl() variable
123 print(g.GetFamily("tcp_metrics"))
/kernel/tests/
DAndroid.bp9 // e.g. GPL in an MIT project might only apply to the contrib/ directory.
/kernel/configs/
DAndroid.bp24 // e.g. GPL in an MIT project might only apply to the contrib/ directory.