Home
last modified time | relevance | path

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

/build/soong/cmd/diff_target_files/
Dallow_list.go28 type allowList struct { struct
33 func parseAllowLists(allowLists []string, allowListFiles []string) ([]allowList, error) {
34 var ret []allowList
44 ret = append(ret, allowList{
73 func parseAllowListFile(file string) ([]allowList, error) {
91 var allowLists []allowList
94 allowLists = append(allowLists, allowList{
104 func filterModifiedPaths(l [][2]*ZipArtifactFile, allowLists []allowList) ([][2]*ZipArtifactFile, e… argument
129 func filterNewPaths(l []*ZipArtifactFile, allowLists []allowList) ([]*ZipArtifactFile, error) { argument
195 func applyAllowLists(diff zipDiff, allowLists []allowList) (zipDiff, error) { argument
Dallow_list_test.go63 allowLists []allowList
77 allowLists: []allowList{{path: "dir/f1"}},
89 allowLists: []allowList{{path: "dir/*"}},
99 allowLists: []allowList{{path: "dir/*"}},
109 allowLists: []allowList{{path: "dir/*", ignoreMatchingLines: []string{"foo: .*"}}},