Home
last modified time | relevance | path

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

/libuv/test/
H A Dtest-fs.c2854 const char* symlink_path = "test_file_symlink"; in TEST_IMPL() local
2872 unlink(symlink_path); in TEST_IMPL()
2873 s = uv_fs_symlink(NULL, &req, path, symlink_path, 0, NULL); in TEST_IMPL()
2893 checkme.path = symlink_path; in TEST_IMPL()
2896 r = uv_fs_lutime(NULL, &req, symlink_path, atime, mtime, NULL); in TEST_IMPL()
2911 checkme.path = symlink_path; in TEST_IMPL()
2913 r = uv_fs_lutime(loop, &req, symlink_path, atime, mtime, lutime_cb); in TEST_IMPL()
2920 unlink(symlink_path); in TEST_IMPL()

Completed in 15 milliseconds