Home
last modified time | relevance | path

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

/netbsd-src/external/mit/libuv/dist/test/
H A Dtest-fs.c2747 const char* symlink_path = "test_file_symlink"; in TEST_IMPL() local
2763 unlink(symlink_path); in TEST_IMPL()
2764 s = uv_fs_symlink(NULL, &req, path, symlink_path, 0, NULL); in TEST_IMPL()
2784 checkme.path = symlink_path; in TEST_IMPL()
2787 r = uv_fs_lutime(NULL, &req, symlink_path, atime, mtime, NULL); in TEST_IMPL()
2802 checkme.path = symlink_path; in TEST_IMPL()
2804 r = uv_fs_lutime(loop, &req, symlink_path, atime, mtime, lutime_cb); in TEST_IMPL()
2811 unlink(symlink_path); in TEST_IMPL()