Searched defs:PatchList (Results 1 – 2 of 2) sorted by relevance
/aosp12/build/soong/bpfix/bpfix/ |
H A D | bpfix.go | 258 …PropertiesDuplicatingEachOther(mod *parser.Module, buf []byte, patchList *parser.PatchList) error { 899 func reorderCommonProperties(mod *parser.Module, buf []byte, patchlist *parser.PatchList) error { 945 func removeTags(mod *parser.Module, buf []byte, patchlist *parser.PatchList) error { 1020 func removePdkProperty(mod *parser.Module, buf []byte, patchlist *parser.PatchList) error { 1039 func mergeMatchingModuleProperties(mod *parser.Module, buf []byte, patchlist *parser.PatchList) err… 1043 …MatchingProperties(properties *[]*parser.Property, buf []byte, patchlist *parser.PatchList) error { 1066 func mergeProperties(a, b *parser.Property, buf []byte, patchlist *parser.PatchList) error { 1089 func mergeListProperties(a, b *parser.Property, buf []byte, patchlist *parser.PatchList) error { 1125 func filterExpressionList(patchList *parser.PatchList, items *parser.List, removals *parser.List) { 1150 func removeMatchingModuleListProperties(mod *parser.Module, patchList *parser.PatchList, canonicalN…
|
/aosp12/build/blueprint/parser/ |
H A D | modify.go | 66 type PatchList []Patch type
|