Searched refs:uv_fs_statfs (Results 1 – 7 of 7) sorted by relevance
/libuv/docs/src/ |
H A D | fs.rst | 120 Used in :c:func:`uv_fs_statfs`. 351 .. c:function:: int uv_fs_statfs(uv_loop_t* loop, uv_fs_t* req, const char* path, uv_fs_cb cb)
|
/libuv/test/ |
H A D | test-fs.c | 4314 r = uv_fs_statfs(NULL, NULL, NULL, NULL); in TEST_IMPL() 4579 r = uv_fs_statfs(NULL, &req, ".", NULL); in TEST_IMPL() 4585 r = uv_fs_statfs(loop, &req, ".", statfs_cb); in TEST_IMPL() 4599 r = uv_fs_statfs(NULL, &req, "non_existing_file", NULL); in TEST_IMPL()
|
/libuv/docs/src/guide/ |
H A D | filesystem.rst | 163 int uv_fs_statfs(uv_loop_t* loop, uv_fs_t* req, const char* path, uv_fs_cb cb);
|
/libuv/include/ |
H A D | uv.h | 1658 UV_EXTERN int uv_fs_statfs(uv_loop_t* loop,
|
/libuv/src/unix/ |
H A D | fs.c | 2308 int uv_fs_statfs(uv_loop_t* loop, in uv_fs_statfs() function
|
/libuv/src/win/ |
H A D | fs.c | 3552 int uv_fs_statfs(uv_loop_t* loop, in uv_fs_statfs() function
|
/libuv/ |
H A D | ChangeLog | 1669 * win: handle file paths in uv_fs_statfs() (erw7) 1969 * win: fix uv_statfs_t leak in uv_fs_statfs() (Ryan Liptak) 2081 * unix,win: add uv_fs_statfs() (cjihrig)
|
Completed in 55 milliseconds