Searched refs:uv_fs_lstat (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/mit/libuv/dist/test/
H A Dtest-threadpool-cancel.c305 ASSERT(0 == uv_fs_lstat(loop, reqs + n++, "/", fs_cb));
H A Dtest-fs.c815 r = uv_fs_lstat(loop, &req, path, NULL);
1160 r = uv_fs_lstat(loop, &stat_req, "test_dir", stat_cb);
1164 r = uv_fs_lstat(loop, &stat_req, "test_dir/", stat_cb);
2300 r = uv_fs_lstat(NULL, &req, "test_dir_symlink", NULL);
2469 r = uv_fs_lstat(NULL, &req, "\\\\<mac_ip>\\Macintosh HD\\.DS_Store", NULL);
2475 uv_fs_stat and uv_fs_lstat can only work on non-symlink reparse
2484 r = uv_fs_lstat(NULL, &req, "test_dir/test_file", NULL);
2557 ASSERT_EQ(uv_fs_lstat(loop, &stat_req, file_path, NULL), 0);
4146 r = uv_fs_lstat(NULL, NULL, NULL, NULL);
/netbsd-current/external/mit/libuv/dist/include/
H A Duv.h1500 UV_EXTERN int uv_fs_lstat(uv_loop_t* loop,
/netbsd-current/external/mit/libuv/dist/src/unix/
H A Dfs.c1929 int uv_fs_lstat(uv_loop_t* loop, uv_fs_t* req, const char* path, uv_fs_cb cb) { function
/netbsd-current/external/mit/libuv/dist/src/win/
H A Dfs.c3236 int uv_fs_lstat(uv_loop_t* loop, uv_fs_t* req, const char* path, uv_fs_cb cb) { function

Completed in 214 milliseconds