OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uv_fs_statfs
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/mit/libuv/dist/test/
test-fs.c
353
ASSERT_EQ(req->fs_type,
UV_FS_STATFS
);
4495
r =
uv_fs_statfs
(NULL, NULL, NULL, NULL);
4814
r =
uv_fs_statfs
(NULL, &req, ".", NULL);
4820
r =
uv_fs_statfs
(loop, &req, ".", statfs_cb);
4834
r =
uv_fs_statfs
(NULL, &req, "non_existing_file", NULL);
/src/external/mit/libuv/dist/include/
uv.h
1430
UV_FS_STATFS
,
1673
UV_EXTERN int
uv_fs_statfs
(uv_loop_t* loop,
/src/external/mit/libuv/dist/src/unix/
fs.c
2292
int
uv_fs_statfs
(uv_loop_t* loop,
function
/src/external/mit/libuv/dist/src/win/
fs.c
3756
int
uv_fs_statfs
(uv_loop_t* loop,
function
3762
INIT(
UV_FS_STATFS
);
Completed in 32 milliseconds
Indexes created Mon Aug 31 00:24:02 UTC 2026