Searched refs:uv_fs_lstat (Results 1 - 11 of 11) sorted by relevance
/third_party/libuv/test/ |
H A D | test-threadpool-cancel.c | 341 ASSERT_OK(uv_fs_lstat(loop, reqs + n++, "/", fs_cb)); in TEST_IMPL()
|
H A D | test-fs.c | 820 r = uv_fs_lstat(loop, &req, path, NULL); in check_utime() 1170 r = uv_fs_lstat(loop, &stat_req, "test_dir", stat_cb); in TEST_IMPL() 1174 r = uv_fs_lstat(loop, &stat_req, "test_dir/", stat_cb); in TEST_IMPL() 2363 r = uv_fs_lstat(NULL, &req, "test_dir_symlink", NULL); in test_symlink_dir_impl() 2525 r = uv_fs_lstat(NULL, &req, "\\\\<mac_ip>\\Macintosh HD\\.DS_Store", NULL); in TEST_IMPL() 2531 uv_fs_stat and uv_fs_lstat can only work on non-symlink reparse in TEST_IMPL() 2540 r = uv_fs_lstat(NULL, &req, "test_dir/test_file", NULL); in TEST_IMPL() 2613 ASSERT_OK(uv_fs_lstat(loop, &stat_req, file_path, NULL)); in TEST_IMPL() 4230 r = uv_fs_lstat(NULL, NULL, NULL, NULL); in TEST_IMPL()
|
/third_party/node/deps/uvwasi/src/ |
H A D | uvwasi.c | 80 r = uv_fs_lstat(NULL, &req, path, NULL); in uvwasi__get_filestat_set_times() 1730 r = uv_fs_lstat(NULL, &req, resolved_path, NULL); in uvwasi_path_filestat_get()
|
/third_party/node/src/ |
H A D | node_file.cc | 1164 uv_fs_lstat, *path); in LStat() 1169 int err = SyncCall(env, args[3], &req_wrap_sync, "lstat", uv_fs_lstat, in LStat()
|
/third_party/libuv/src/unix/ |
H A D | fs.c | 1824 int uv_fs_lstat(uv_loop_t* loop, uv_fs_t* req, const char* path, uv_fs_cb cb) { in uv_fs_lstat() function
|
/third_party/libuv/include/ |
H A D | uv.h | 1612 UV_EXTERN int uv_fs_lstat(uv_loop_t* loop,
|
/third_party/libuv/include/uv_ndk/ |
H A D | uv.h | 1477 UV_EXTERN int uv_fs_lstat(uv_loop_t* loop,
|
/third_party/node/deps/uv/include/ |
H A D | uv.h | 1500 UV_EXTERN int uv_fs_lstat(uv_loop_t* loop,
|
/third_party/node/deps/uv/src/unix/ |
H A D | fs.c | 1929 int uv_fs_lstat(uv_loop_t* loop, uv_fs_t* req, const char* path, uv_fs_cb cb) { in uv_fs_lstat() function
|
/third_party/libuv/src/win/ |
H A D | fs.c | 3223 int uv_fs_lstat(uv_loop_t* loop, uv_fs_t* req, const char* path, uv_fs_cb cb) { in uv_fs_lstat() function
|
/third_party/node/deps/uv/src/win/ |
H A D | fs.c | 3236 int uv_fs_lstat(uv_loop_t* loop, uv_fs_t* req, const char* path, uv_fs_cb cb) { in uv_fs_lstat() function
|
Completed in 39 milliseconds