Searched defs:ProtoFlags (Results 1 – 3 of 3) sorted by relevance
46 type ProtoFlags struct { struct47 Flags []string48 CanonicalPathFromRoot bool49 Dir ModuleGenPath50 SubDir ModuleGenPath51 OutTypeFlag string52 OutParams []string53 Deps Paths139 func ProtoRule(rule *RuleBuilder, protoFile Path, flags ProtoFlags, deps Paths,
21 func genProto(ctx android.ModuleContext, protoFile android.Path, flags android.ProtoFlags, pkgPath …
31 func genProto(ctx android.ModuleContext, protoFiles android.Paths, flags android.ProtoFlags) androi…