Home
last modified time | relevance | path

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

/netbsd-src/external/mit/libuv/dist/test/
H A Dtest-fs.c897 static void lutime_cb(uv_fs_t* req) { in lutime_cb() function
2794 lutime_cb(&req); in TEST_IMPL()
2804 r = uv_fs_lutime(loop, &req, symlink_path, atime, mtime, lutime_cb); in TEST_IMPL()