Lines Matching refs:Link
1328 fs.Link(t, "/tmp/hi.txt", "a/hi.txt", filesystem)
1329 fs.Link(t, "/tmp/b/hi.txt", "../a/hi.txt", filesystem)
1330 fs.Link(t, "/tmp/c/hi.txt", "/tmp/hi.txt", filesystem)
1331 fs.Link(t, "/tmp/d/hi.txt", "../a/bye.txt", filesystem)
1332 fs.Link(t, "/tmp/d/bye.txt", "../a/hi.txt", filesystem)
1333 fs.Link(t, "/tmp/e/bye.txt", "../a/bye.txt", filesystem)
1334 fs.Link(t, "/tmp/f/hi.txt", "somethingThatDoesntExist", filesystem)
1365 fs.Link(t, "/tmp/links/dir", "../dir", filesystem)
1366 fs.Link(t, "/tmp/links/link", "../dir", filesystem)
1367 fs.Link(t, "/tmp/links/hi.txt", "../dir", filesystem)
1368 fs.Link(t, "/tmp/links/broken", "nothingHere", filesystem)
1369 fs.Link(t, "/tmp/links/recursive", "recursive", filesystem)