Searched refs:runPatchListMod (Results 1 – 2 of 2) sorted by relevance
/build/soong/bpfix/bpfix/ |
D | bpfix_test.go | 70 err := runPatchListMod(simplifyKnownPropertiesDuplicatingEachOther)(fixer) 324 return runPatchListMod(mergeMatchingModuleProperties)(fixer) 410 return runPatchListMod(reorderCommonProperties)(fixer) 563 return runPatchListMod(func(mod *parser.Module, buf []byte, patchList *parser.PatchList) error { 1271 runPass(t, test.in, test.out, runPatchListMod(removeObsoleteProperty(test.propertyName))) 1329 runPass(t, test.in, test.out, runPatchListMod(removeObsoleteProperty("product_variables.pdk"))) 1749 runPass(t, test.in, test.out, runPatchListMod(formatFlagProperties)) 1987 runPassOnce(t, test.in, test.out, runPatchListMod(rewriteLicenseProperty(test.fs, test.path))) 2017 …checkError(t, test.in, test.expectedErr, runPatchListMod(rewriteLicenseProperty(test.fs, test.path…
|
D | bpfix.go | 75 Fix: runPatchListMod(simplifyKnownPropertiesDuplicatingEachOther), 107 Fix: runPatchListMod(mergeMatchingModuleProperties), 111 Fix: runPatchListMod(reorderCommonProperties), 115 Fix: runPatchListMod(removeTags), 139 Fix: runPatchListMod(removeObsoleteProperty("product_variables.pdk")), 143 Fix: runPatchListMod(removeObsoleteProperty("sanitize.scudo")), 147 Fix: runPatchListMod(removeIncorrectProperties("android_license_kinds")), 151 Fix: runPatchListMod(removeIncorrectProperties("android_license_conditions")), 155 Fix: runPatchListMod(removeIncorrectProperties("android_license_files")), 159 Fix: runPatchListMod(formatFlagProperties), [all …]
|