Home
last modified time | relevance | path

Searched defs:PatchList (Results 1 – 2 of 2) sorted by relevance

/build/soong/bpfix/bpfix/
Dbpfix.go310 …PropertiesDuplicatingEachOther(mod *parser.Module, buf []byte, patchList *parser.PatchList) error {
988 func reorderCommonProperties(mod *parser.Module, buf []byte, patchlist *parser.PatchList) error {
1034 func removeTags(mod *parser.Module, buf []byte, patchlist *parser.PatchList) error {
1114 func removeNestedProperty(mod *parser.Module, patchList *parser.PatchList, propName string) error {
1168 func mergeMatchingModuleProperties(mod *parser.Module, buf []byte, patchlist *parser.PatchList) err…
1172 …MatchingProperties(properties *[]*parser.Property, buf []byte, patchlist *parser.PatchList) error {
1195 func mergeProperties(a, b *parser.Property, buf []byte, patchlist *parser.PatchList) error {
1218 func mergeListProperties(a, b *parser.Property, buf []byte, patchlist *parser.PatchList) error {
1254 func filterExpressionList(patchList *parser.PatchList, items *parser.List, removals *parser.List) {
1279 func removeMatchingModuleListProperties(mod *parser.Module, patchList *parser.PatchList, canonicalN…
[all …]
/build/blueprint/parser/
Dmodify.go84 type PatchList []Patch type