Searched defs:ProtoFlags (Results 1 – 3 of 3) sorted by relevance
32 type ProtoFlags struct { struct33 Flags []string34 CanonicalPathFromRoot bool35 Dir ModuleGenPath36 SubDir ModuleGenPath37 OutTypeFlag string38 OutParams []string39 Deps Paths125 func ProtoRule(rule *RuleBuilder, protoFile Path, flags ProtoFlags, deps Paths,
21 func genProto(ctx android.ModuleContext, protoFile android.Path, flags android.ProtoFlags, pkgPath …
24 func genProto(ctx android.ModuleContext, protoFiles android.Paths, flags android.ProtoFlags) androi…