Home
last modified time | relevance | path

Searched refs:PatchList (Results 1 – 4 of 4) sorted by relevance

/aosp12/build/blueprint/parser/
H A Dmodify.go66 type PatchList []Patch type
71 func (list *PatchList) Add(start, end int, replacement string) error {
90 func (list *PatchList) sort() {
98 func (list *PatchList) Apply(in io.ReaderAt, out io.Writer) error {
H A Dmodify_test.go39 patchlist := PatchList{}
/aosp12/build/soong/bpfix/bpfix/
H A Dbpfix.go769 return runPatchListMod(func(mod *parser.Module, buf []byte, patchList *parser.PatchList) error {
798 *patchList = parser.PatchList{}
858 var patchlist parser.PatchList
899 func reorderCommonProperties(mod *parser.Module, buf []byte, patchlist *parser.PatchList) error { argument
945 func removeTags(mod *parser.Module, buf []byte, patchlist *parser.PatchList) error { argument
1020 func removePdkProperty(mod *parser.Module, buf []byte, patchlist *parser.PatchList) error { argument
1039 func mergeMatchingModuleProperties(mod *parser.Module, buf []byte, patchlist *parser.PatchList) err… argument
1066 func mergeProperties(a, b *parser.Property, buf []byte, patchlist *parser.PatchList) error { argument
1089 func mergeListProperties(a, b *parser.Property, buf []byte, patchlist *parser.PatchList) error { argument
1125 func filterExpressionList(patchList *parser.PatchList, items *parser.List, removals *parser.List) { argument
[all …]
H A Dbpfix_test.go493 return runPatchListMod(func(mod *parser.Module, buf []byte, patchList *parser.PatchList) error {