Home
last modified time | relevance | path

Searched refs:uv__fs_scandir_cleanup (Results 1 – 5 of 5) sorted by relevance

/third_party/libuv/src/
Duv-common.h217 void uv__fs_scandir_cleanup(uv_fs_t* req);
Duv-common.c649 void uv__fs_scandir_cleanup(uv_fs_t* req) { in uv__fs_scandir_cleanup() function
/third_party/libuv/src/unix/
Dfs.c2215 uv__fs_scandir_cleanup(req); in uv_fs_req_cleanup()
/third_party/libuv/src/win/
Dfs.c2869 uv__fs_scandir_cleanup(req); in uv_fs_req_cleanup()
/third_party/libuv/
DChangeLog2901 * win: call uv__fs_scandir_cleanup() (cjihrig)