Searched refs:uv_fs_scandir_next (Results 1 - 7 of 7) sorted by relevance
/third_party/libuv/test/ |
H A D | test-fs.c | 611 while (UV_EOF != uv_fs_scandir_next(req, &dent)) { in scandir_cb() 630 ASSERT_EQ(UV_EOF, uv_fs_scandir_next(req, &dent)); in empty_scandir_cb() 642 ASSERT_EQ(UV_ENOENT, uv_fs_scandir_next(req, &dent)); in non_existent_scandir_cb() 1155 while (UV_EOF != uv_fs_scandir_next(&scandir_req, &dent)) { in TEST_IMPL() 2422 while (UV_EOF != uv_fs_scandir_next(&scandir_req, &dent)) { in test_symlink_dir_impl() 2442 while (UV_EOF != uv_fs_scandir_next(&scandir_req, &dent)) { in test_symlink_dir_impl() 2549 while (UV_EOF != uv_fs_scandir_next(&scandir_req, &dent)) { in TEST_IMPL() 2602 while (uv_fs_scandir_next(&req, &dirent) != UV_EOF) { in TEST_IMPL() 2917 ASSERT_EQ(UV_EOF, uv_fs_scandir_next(&req, &dent)); in TEST_IMPL() 2954 ASSERT_EQ(UV_ENOENT, uv_fs_scandir_next( in TEST_IMPL() [all...] |
/third_party/libuv/src/ |
H A D | uv-common.c | 712 int uv_fs_scandir_next(uv_fs_t* req, uv_dirent_t* ent) { in uv_fs_scandir_next() function
|
/third_party/node/deps/uv/src/ |
H A D | uv-common.c | 667 int uv_fs_scandir_next(uv_fs_t* req, uv_dirent_t* ent) { in uv_fs_scandir_next() function
|
/third_party/node/src/ |
H A D | node_file.cc | 918 r = uv_fs_scandir_next(req, &ent); in AfterScanDir() 1850 r = uv_fs_scandir_next(&(req_wrap_sync.req), &ent); in ReadDir()
|
/third_party/libuv/include/ |
H A D | uv.h | 1537 UV_EXTERN int uv_fs_scandir_next(uv_fs_t* req,
|
/third_party/libuv/include/uv_ndk/ |
H A D | uv.h | 1408 UV_EXTERN int uv_fs_scandir_next(uv_fs_t* req,
|
/third_party/node/deps/uv/include/ |
H A D | uv.h | 1425 UV_EXTERN int uv_fs_scandir_next(uv_fs_t* req,
|
Completed in 29 milliseconds