Home
last modified time | relevance | path

Searched defs:allowList (Results 1 – 2 of 2) sorted by relevance

/build/soong/cmd/diff_target_files/
Dallow_list.go28 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) {
Dcompare.go24 func compareTargetFiles(priZip, refZip ZipArtifact, artifact string, allowLists []allowList, filter…