Home
last modified time | relevance | path

Searched refs:uv_fs_readdir (Results 1 – 8 of 8) sorted by relevance

/libuv/test/
H A Dtest-fs-readdir.c85 r = uv_fs_readdir(uv_default_loop(), in empty_opendir_cb()
130 nb_entries_read = uv_fs_readdir(uv_default_loop(), in TEST_IMPL()
316 uv_fs_readdir(uv_default_loop(), in non_empty_readdir_cb()
336 r = uv_fs_readdir(uv_default_loop(), in non_empty_opendir_cb()
412 while (uv_fs_readdir(uv_default_loop(), in TEST_IMPL()
502 r = uv_fs_readdir(uv_default_loop(), in readdir_symlink_opendir_cb()
/libuv/docs/src/
H A Dmigration_010_100.rst234 uv_fs_readdir rename and API change
237 `uv_fs_readdir` returned a list of strings in the `req->ptr` field upon completion in
H A Dfs.rst168 Used by :c:func:`uv_fs_opendir()`, :c:func:`uv_fs_readdir()`, and
295 `uv_dir_t` to `uv_fs_readdir()`.
306 .. c:function:: int uv_fs_readdir(uv_loop_t* loop, uv_fs_t* req, uv_dir_t* dir, uv_fs_cb cb)
309 `uv_fs_opendir()` call. Prior to invoking `uv_fs_readdir()`, the caller
320 `uv_fs_readdir()` is not thread safe.
/libuv/docs/src/guide/
H A Dfilesystem.rst140 int uv_fs_readdir(uv_loop_t* loop, uv_fs_t* req, uv_dir_t* dir, uv_fs_cb cb);
/libuv/include/
H A Duv.h1530 UV_EXTERN int uv_fs_readdir(uv_loop_t* loop,
/libuv/src/unix/
H A Dfs.c2088 int uv_fs_readdir(uv_loop_t* loop, in uv_fs_readdir() function
/libuv/src/win/
H A Dfs.c3219 int uv_fs_readdir(uv_loop_t* loop, in uv_fs_readdir() function
/libuv/
H A DChangeLog1953 * doc: improve uv_fs_readdir() cleanup docs (cjihrig)
4818 * fs: rename uv_fs_readdir to uv_fs_scandir (Saúl Ibarra Corretgé)
5396 * unix: fix a possible memory leak in uv_fs_readdir (Alex Crichton)
5708 * windows: fix flags assignment in uv_fs_readdir() (Ben Noordhuis)

Completed in 38 milliseconds