Home
last modified time | relevance | path

Searched refs:uv_fs_statfs (Results 1 - 9 of 9) sorted by relevance

/third_party/libuv/test/
H A Dtest-fs.c4269 r = uv_fs_statfs(NULL, NULL, NULL, NULL); in TEST_IMPL()
4534 r = uv_fs_statfs(NULL, &req, ".", NULL); in TEST_IMPL()
4540 r = uv_fs_statfs(loop, &req, ".", statfs_cb); in TEST_IMPL()
4554 r = uv_fs_statfs(NULL, &req, "non_existing_file", NULL); in TEST_IMPL()
/third_party/node/src/
H A Dnode_file.cc1235 uv_fs_statfs, in StatFs()
1242 SyncCall(env, args[3], &req_wrap_sync, "statfs", uv_fs_statfs, *path); in StatFs()
/third_party/libuv/src/unix/
H A Dfs.c2180 int uv_fs_statfs(uv_loop_t* loop, in uv_fs_statfs() function
/third_party/libuv/include/
H A Duv.h1671 UV_EXTERN int uv_fs_statfs(uv_loop_t* loop,
/third_party/libuv/include/uv_ndk/
H A Duv.h1536 UV_EXTERN int uv_fs_statfs(uv_loop_t* loop,
/third_party/node/deps/uv/include/
H A Duv.h1559 UV_EXTERN int uv_fs_statfs(uv_loop_t* loop,
/third_party/node/deps/uv/src/unix/
H A Dfs.c2248 int uv_fs_statfs(uv_loop_t* loop, in uv_fs_statfs() function
/third_party/libuv/src/win/
H A Dfs.c3408 int uv_fs_statfs(uv_loop_t* loop, in uv_fs_statfs() function
/third_party/node/deps/uv/src/win/
H A Dfs.c3421 int uv_fs_statfs(uv_loop_t* loop, in uv_fs_statfs() function

Completed in 30 milliseconds