Searched refs:runPatchListMod (Results 1 – 2 of 2) sorted by relevance
/aosp12/build/soong/bpfix/bpfix/ |
H A 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 { 1055 runPass(t, test.in, test.out, runPatchListMod(removePdkProperty))
|
H A D | bpfix.go | 69 Fix: runPatchListMod(simplifyKnownPropertiesDuplicatingEachOther), 101 Fix: runPatchListMod(mergeMatchingModuleProperties), 105 Fix: runPatchListMod(reorderCommonProperties), 109 Fix: runPatchListMod(removeTags), 133 Fix: runPatchListMod(removePdkProperty), 769 return runPatchListMod(func(mod *parser.Module, buf []byte, patchList *parser.PatchList) error { 850 func runPatchListMod(modFunc func(mod *parser.Module, buf []byte, patchlist *parser.PatchList) erro… func
|