Searched defs:allowList (Results 1 – 2 of 2) sorted by relevance
/build/soong/cmd/diff_target_files/ |
D | allow_list.go | 28 type allowList struct { struct 29 path string 30 ignoreMatchingLines []string 104 func filterModifiedPaths(l [][2]*ZipArtifactFile, allowLists []allowList) ([][2]*ZipArtifactFile, e… 129 func filterNewPaths(l []*ZipArtifactFile, allowLists []allowList) ([]*ZipArtifactFile, error) { 195 func applyAllowLists(diff zipDiff, allowLists []allowList) (zipDiff, error) {
|
D | compare.go | 24 func compareTargetFiles(priZip, refZip ZipArtifact, artifact string, allowLists []allowList, filter…
|