Lines Matching full:join
99 pattern: filepath.Join(pwd, "testdata/c/*/*.ext"),
101 filepath.Join(pwd, "testdata/c/f/f.ext"),
102 filepath.Join(pwd, "testdata/c/g/g.ext"),
105 filepath.Join(pwd, "testdata/c"),
106 filepath.Join(pwd, "testdata/c/f"),
107 filepath.Join(pwd, "testdata/c/g"),
108 filepath.Join(pwd, "testdata/c/h"),
155 pattern: filepath.Join(pwd, "testdata/**/*.ext"),
157 filepath.Join(pwd, "testdata/d.ext"),
158 filepath.Join(pwd, "testdata/e.ext"),
159 filepath.Join(pwd, "testdata/c/f/f.ext"),
160 filepath.Join(pwd, "testdata/c/g/g.ext"),
163 filepath.Join(pwd, "testdata"),
164 filepath.Join(pwd, "testdata/a"),
165 filepath.Join(pwd, "testdata/a/a"),
166 filepath.Join(pwd, "testdata/a/b"),
167 filepath.Join(pwd, "testdata/b"),
168 filepath.Join(pwd, "testdata/c"),
169 filepath.Join(pwd, "testdata/c/f"),
170 filepath.Join(pwd, "testdata/c/g"),
171 filepath.Join(pwd, "testdata/c/h"),
235 pattern: filepath.Join(pwd, "testdata/c/*/*.ext"),
236 excludes: []string{filepath.Join(pwd, "testdata/c/*/f.ext")},
238 filepath.Join(pwd, "testdata/c/g/g.ext"),
241 filepath.Join(pwd, "testdata/c"),
242 filepath.Join(pwd, "testdata/c/f"),
243 filepath.Join(pwd, "testdata/c/g"),
244 filepath.Join(pwd, "testdata/c/h"),
248 pattern: filepath.Join(pwd, "testdata/c/*/*.ext"),
249 excludes: []string{filepath.Join(pwd, "testdata/c/f/*.ext")},
251 filepath.Join(pwd, "testdata/c/g/g.ext"),
254 filepath.Join(pwd, "testdata/c"),
255 filepath.Join(pwd, "testdata/c/f"),
256 filepath.Join(pwd, "testdata/c/g"),
257 filepath.Join(pwd, "testdata/c/h"),
307 pattern: filepath.Join(pwd, "testdata/c/*/*.ext"),
308 excludes: []string{filepath.Join(pwd, "testdata/**/f.ext")},
310 filepath.Join(pwd, "testdata/c/g/g.ext"),
313 filepath.Join(pwd, "testdata/c"),
314 filepath.Join(pwd, "testdata/c/f"),
315 filepath.Join(pwd, "testdata/c/g"),
316 filepath.Join(pwd, "testdata/c/h"),
467 mockFiles[filepath.Join(pwd, "testdata", f)] = nil