Searched refs:uv_fs_readdir (Results 1 - 10 of 10) sorted by relevance
/third_party/libuv/test/ |
H A D | test-fs-readdir.c | 84 r = uv_fs_readdir(uv_default_loop(), in empty_opendir_cb() 95 * of the uv_fs_opendir() -> uv_fs_readdir() -> uv_fs_closedir() sequence work 129 nb_entries_read = uv_fs_readdir(uv_default_loop(), in TEST_IMPL() 315 uv_fs_readdir(uv_default_loop(), in non_empty_readdir_cb() 335 r = uv_fs_readdir(uv_default_loop(), in non_empty_opendir_cb() 411 while (uv_fs_readdir(uv_default_loop(), in TEST_IMPL()
|
/third_party/node/src/ |
H A D | node_dir.cc | 305 AfterDirRead, uv_fs_readdir, dir->dir()); in Read() 310 int err = SyncCall(env, args[3], &req_wrap_sync, "readdir", uv_fs_readdir, in Read()
|
/third_party/libuv/src/unix/ |
H A D | fs.c | 1960 int uv_fs_readdir(uv_loop_t* loop, in uv_fs_readdir() function
|
/third_party/libuv/include/ |
H A D | uv.h | 1543 UV_EXTERN int uv_fs_readdir(uv_loop_t* loop,
|
/third_party/libuv/include/uv_ndk/ |
H A D | uv.h | 1414 UV_EXTERN int uv_fs_readdir(uv_loop_t* loop,
|
/third_party/node/deps/uv/include/ |
H A D | uv.h | 1431 UV_EXTERN int uv_fs_readdir(uv_loop_t* loop,
|
/third_party/node/deps/uv/src/unix/ |
H A D | fs.c | 2045 int uv_fs_readdir(uv_loop_t* loop, in uv_fs_readdir() function
|
/third_party/node/deps/uvwasi/src/ |
H A D | uvwasi.c | 1403 while (0 != (r = uv_fs_readdir(NULL, &req, dir, NULL))) { in uvwasi_fd_readdir()
|
/third_party/libuv/src/win/ |
H A D | fs.c | 3075 int uv_fs_readdir(uv_loop_t* loop, in uv_fs_readdir() function
|
/third_party/node/deps/uv/src/win/ |
H A D | fs.c | 3088 int uv_fs_readdir(uv_loop_t* loop, in uv_fs_readdir() function
|
Completed in 32 milliseconds