Searched refs:runPatchListMod (Results 1 – 2 of 2) sorted by relevance
/build/soong/bpfix/bpfix/ |
D | bpfix_test.go | 69 err := runPatchListMod(simplifyKnownPropertiesDuplicatingEachOther)(fixer) 254 return runPatchListMod(mergeMatchingModuleProperties)(fixer) 340 return runPatchListMod(reorderCommonProperties)(fixer) 493 return runPatchListMod(func(mod *parser.Module, buf []byte, patchList *parser.PatchList) error {
|
D | bpfix.go | 69 Fix: runPatchListMod(simplifyKnownPropertiesDuplicatingEachOther), 101 Fix: runPatchListMod(mergeMatchingModuleProperties), 105 Fix: runPatchListMod(reorderCommonProperties), 109 Fix: runPatchListMod(removeTags), 745 return runPatchListMod(func(mod *parser.Module, buf []byte, patchList *parser.PatchList) error { 826 func runPatchListMod(modFunc func(mod *parser.Module, buf []byte, patchlist *parser.PatchList) erro… func
|