Searched refs:uv_fs_scandir (Results 1 – 13 of 13) sorted by relevance
/third_party/libwebsockets/lib/misc/ |
D | dir.c | 54 ir = uv_fs_scandir(&loop, &req, dirpath, 0, NULL); in lws_dir()
|
/third_party/libuv/test/ |
D | test-fs.c | 1134 r = uv_fs_scandir(loop, &scandir_req, "test_dir", 0, scandir_cb); in TEST_IMPL() 1141 r = uv_fs_scandir(NULL, &scandir_req, "test_dir", 0, NULL); in TEST_IMPL() 2362 r = uv_fs_scandir(NULL, &scandir_req, "test_dir_symlink", 0, NULL); in test_symlink_dir_impl() 2378 r = uv_fs_scandir(NULL, &scandir_req, "test_dir_symlink", 0, NULL); in test_symlink_dir_impl() 2382 r = uv_fs_scandir(NULL, &scandir_req, "test_dir", 0, NULL); in test_symlink_dir_impl() 2489 r = uv_fs_scandir(NULL, &scandir_req, "test_dir", 0, NULL); in TEST_IMPL() 2542 if (uv_fs_scandir(loop, &req, windowsapps_path, 0, NULL) <= 0) { in TEST_IMPL() 2849 r = uv_fs_scandir(NULL, &req, path, 0, NULL); in TEST_IMPL() 2856 r = uv_fs_scandir(loop, &scandir_req, path, 0, empty_scandir_cb); in TEST_IMPL() 2886 r = uv_fs_scandir(NULL, &req, path, 0, NULL); in TEST_IMPL() [all …]
|
D | test-threadpool-cancel.c | 309 ASSERT(0 == uv_fs_scandir(loop, reqs + n++, "/", 0, fs_cb)); in TEST_IMPL()
|
/third_party/libwebsockets/plugins/generic-table/ |
D | protocol_table_dirlisting.c | 118 if (!uv_fs_scandir(loop, &req, path, 0, NULL)) { in scan_dir()
|
/third_party/libuv/docs/src/ |
D | migration_010_100.rst | 238 libuv 0.10. In 1.0, this function got renamed to :c:func:`uv_fs_scandir`, since it's
|
D | fs.rst | 307 .. c:function:: int uv_fs_scandir(uv_loop_t* loop, uv_fs_t* req, const char* path, int flags, uv_fs…
|
/third_party/libwebsockets/lib/event-libs/libuv/ |
D | libuv.c | 344 m =uv_fs_scandir(&context->uv.loop, &req, *d, 0, NULL); in lws_uv_plugins_init()
|
/third_party/node/src/ |
D | node_file.cc | 1636 AfterScanDirWithTypes, uv_fs_scandir, *path, 0 /*flags*/); in ReadDir() 1639 AfterScanDir, uv_fs_scandir, *path, 0 /*flags*/); in ReadDir() 1646 uv_fs_scandir, *path, 0 /*flags*/); in ReadDir()
|
/third_party/libuv/docs/src/guide/ |
D | filesystem.rst | 137 int uv_fs_scandir(uv_loop_t* loop, uv_fs_t* req, const char* path, int flags, uv_fs_cb cb);
|
/third_party/libuv/include/ |
D | uv.h | 1420 UV_EXTERN int uv_fs_scandir(uv_loop_t* loop,
|
/third_party/libuv/src/unix/ |
D | fs.c | 2024 int uv_fs_scandir(uv_loop_t* loop, in uv_fs_scandir() function
|
/third_party/libuv/ |
D | ChangeLog | 2772 * unix: don't use alphasort in uv_fs_scandir() (Ben Noordhuis) 2899 * common: release uv_fs_scandir() array (cjihrig) 3321 * doc: add note about uv_fs_scandir (Saúl Ibarra Corretgé) 3653 * win: use NtQueryDirectoryFile to implement uv_fs_scandir (Bert Belder) 3887 * fs: rename uv_fs_readdir to uv_fs_scandir (Saúl Ibarra Corretgé)
|
/third_party/libuv/src/win/ |
D | fs.c | 3058 int uv_fs_scandir(uv_loop_t* loop, uv_fs_t* req, const char* path, int flags, in uv_fs_scandir() function
|