Home
last modified time | relevance | path

Searched refs:uv_fs_readdir (Results 1 - 10 of 10) sorted by relevance

/third_party/libuv/test/
H A Dtest-fs-readdir.c84 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 Dnode_dir.cc305 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 Dfs.c1960 int uv_fs_readdir(uv_loop_t* loop, in uv_fs_readdir() function
/third_party/libuv/include/
H A Duv.h1543 UV_EXTERN int uv_fs_readdir(uv_loop_t* loop,
/third_party/libuv/include/uv_ndk/
H A Duv.h1414 UV_EXTERN int uv_fs_readdir(uv_loop_t* loop,
/third_party/node/deps/uv/include/
H A Duv.h1431 UV_EXTERN int uv_fs_readdir(uv_loop_t* loop,
/third_party/node/deps/uv/src/unix/
H A Dfs.c2045 int uv_fs_readdir(uv_loop_t* loop, in uv_fs_readdir() function
/third_party/node/deps/uvwasi/src/
H A Duvwasi.c1403 while (0 != (r = uv_fs_readdir(NULL, &req, dir, NULL))) { in uvwasi_fd_readdir()
/third_party/libuv/src/win/
H A Dfs.c3075 int uv_fs_readdir(uv_loop_t* loop, in uv_fs_readdir() function
/third_party/node/deps/uv/src/win/
H A Dfs.c3088 int uv_fs_readdir(uv_loop_t* loop, in uv_fs_readdir() function

Completed in 32 milliseconds