Home
last modified time | relevance | path

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

/dports/sysutils/restic/restic-0.12.1/cmd/restic/
H A Dexclude.go130 return isExcludedByFile(filename, tf, tc, rc)
140 func isExcludedByFile(filename, tagFilename, header string, rc *rejectionCache) bool { func
H A Dexclude_test.go107 if got := isExcludedByFile(foo, tagFilename, h, nil); tc.want != got {