Home
last modified time | relevance | path

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

/build/blueprint/parser/
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 {
Dmodify_test.go39 patchlist := PatchList{}
/build/soong/bpfix/bpfix/
Dbpfix.go254 …PropertiesDuplicatingEachOther(mod *parser.Module, buf []byte, patchList *parser.PatchList) error { argument
745 return runPatchListMod(func(mod *parser.Module, buf []byte, patchList *parser.PatchList) error {
774 *patchList = parser.PatchList{}
826 func runPatchListMod(modFunc func(mod *parser.Module, buf []byte, patchlist *parser.PatchList) erro…
834 var patchlist parser.PatchList
875 func reorderCommonProperties(mod *parser.Module, buf []byte, patchlist *parser.PatchList) error { argument
921 func removeTags(mod *parser.Module, buf []byte, patchlist *parser.PatchList) error { argument
996 func mergeMatchingModuleProperties(mod *parser.Module, buf []byte, patchlist *parser.PatchList) err… argument
1000 …MatchingProperties(properties *[]*parser.Property, buf []byte, patchlist *parser.PatchList) error { argument
1023 func mergeProperties(a, b *parser.Property, buf []byte, patchlist *parser.PatchList) error { argument
[all …]
Dbpfix_test.go493 return runPatchListMod(func(mod *parser.Module, buf []byte, patchList *parser.PatchList) error {