Home
last modified time | relevance | path

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

/build/soong/bpfix/bpfix/
Dbpfix.go205 …PropertiesDuplicatingEachOther(mod *parser.Module, buf []byte, patchList *parser.PatchList) error {
641 func reorderCommonProperties(mod *parser.Module, buf []byte, patchlist *parser.PatchList) error {
687 func removeTags(mod *parser.Module, buf []byte, patchlist *parser.PatchList) error {
761 func mergeMatchingModuleProperties(mod *parser.Module, buf []byte, patchlist *parser.PatchList) err…
765 …MatchingProperties(properties *[]*parser.Property, buf []byte, patchlist *parser.PatchList) error {
788 func mergeProperties(a, b *parser.Property, buf []byte, patchlist *parser.PatchList) error {
811 func mergeListProperties(a, b *parser.Property, buf []byte, patchlist *parser.PatchList) error {
847 func filterExpressionList(patchList *parser.PatchList, items *parser.List, removals *parser.List) {
872 func removeMatchingModuleListProperties(mod *parser.Module, patchList *parser.PatchList, canonicalN…
/build/blueprint/parser/
Dmodify.go66 type PatchList []Patch type