Lines Matching refs:Join
118 pattern: filepath.Join(pwd, "testdata/glob/c/*/*.ext"),
120 filepath.Join(pwd, "testdata/glob/c/f/f.ext"),
121 filepath.Join(pwd, "testdata/glob/c/g/g.ext"),
124 filepath.Join(pwd, "testdata/glob/c"),
125 filepath.Join(pwd, "testdata/glob/c/f"),
126 filepath.Join(pwd, "testdata/glob/c/g"),
127 filepath.Join(pwd, "testdata/glob/c/h"),
174 pattern: filepath.Join(pwd, "testdata/glob/**/*.ext"),
176 filepath.Join(pwd, "testdata/glob/d.ext"),
177 filepath.Join(pwd, "testdata/glob/e.ext"),
178 filepath.Join(pwd, "testdata/glob/c/f/f.ext"),
179 filepath.Join(pwd, "testdata/glob/c/g/g.ext"),
182 filepath.Join(pwd, "testdata/glob"),
183 filepath.Join(pwd, "testdata/glob/a"),
184 filepath.Join(pwd, "testdata/glob/a/a"),
185 filepath.Join(pwd, "testdata/glob/a/b"),
186 filepath.Join(pwd, "testdata/glob/b"),
187 filepath.Join(pwd, "testdata/glob/c"),
188 filepath.Join(pwd, "testdata/glob/c/f"),
189 filepath.Join(pwd, "testdata/glob/c/g"),
190 filepath.Join(pwd, "testdata/glob/c/h"),
262 pattern: filepath.Join(pwd, "testdata/glob/c/*/*.ext"),
263 excludes: []string{filepath.Join(pwd, "testdata/glob/c/*/f.ext")},
265 filepath.Join(pwd, "testdata/glob/c/g/g.ext"),
268 filepath.Join(pwd, "testdata/glob/c"),
269 filepath.Join(pwd, "testdata/glob/c/f"),
270 filepath.Join(pwd, "testdata/glob/c/g"),
271 filepath.Join(pwd, "testdata/glob/c/h"),
275 pattern: filepath.Join(pwd, "testdata/glob/c/*/*.ext"),
276 excludes: []string{filepath.Join(pwd, "testdata/glob/c/f/*.ext")},
278 filepath.Join(pwd, "testdata/glob/c/g/g.ext"),
281 filepath.Join(pwd, "testdata/glob/c"),
282 filepath.Join(pwd, "testdata/glob/c/f"),
283 filepath.Join(pwd, "testdata/glob/c/g"),
284 filepath.Join(pwd, "testdata/glob/c/h"),
334 pattern: filepath.Join(pwd, "testdata/glob/c/*/*.ext"),
335 excludes: []string{filepath.Join(pwd, "testdata/glob/**/f.ext")},
337 filepath.Join(pwd, "testdata/glob/c/g/g.ext"),
340 filepath.Join(pwd, "testdata/glob/c"),
341 filepath.Join(pwd, "testdata/glob/c/f"),
342 filepath.Join(pwd, "testdata/glob/c/g"),
343 filepath.Join(pwd, "testdata/glob/c/h"),
494 mockFiles[filepath.Join(pwd, "testdata/glob", f)] = nil