Searched defs:ProtoFlags (Results 1 – 3 of 3) sorted by relevance
36 type ProtoFlags struct { struct37 Flags []string38 CanonicalPathFromRoot bool39 Dir ModuleGenPath40 SubDir ModuleGenPath41 OutTypeFlag string42 OutParams []string43 Deps Paths129 func ProtoRule(rule *RuleBuilder, protoFile Path, flags ProtoFlags, deps Paths,
21 func genProto(ctx android.ModuleContext, protoFile android.Path, flags android.ProtoFlags) android.…
28 func genProto(ctx android.ModuleContext, protoFiles android.Paths, flags android.ProtoFlags) androi…