Home
last modified time | relevance | path

Searched refs:uv_gid_t (Results 1 – 10 of 10) sorted by relevance

/libuv/include/uv/
H A Dunix.h165 typedef gid_t uv_gid_t; typedef
370 uv_gid_t gid; \
H A Dwin.h299 typedef unsigned char uv_gid_t; typedef
/libuv/test/
H A Drun-tests.c252 uv_gid_t gid = atoi(argv[3]); in maybe_run_test()
H A Dtest-spawn.c1641 options.gid = (uv_gid_t) -42424242; in TEST_IMPL()
/libuv/docs/src/
H A Dprocess.rst34 uv_gid_t gid;
221 .. c:member:: uv_gid_t uv_process_options_t.gid
H A Dfs.rst491 …_fs_chown(uv_loop_t* loop, uv_fs_t* req, const char* path, uv_uid_t uid, uv_gid_t gid, uv_fs_cb cb)
492 … uv_fs_fchown(uv_loop_t* loop, uv_fs_t* req, uv_file file, uv_uid_t uid, uv_gid_t gid, uv_fs_cb cb)
493 …fs_lchown(uv_loop_t* loop, uv_fs_t* req, const char* path, uv_uid_t uid, uv_gid_t gid, uv_fs_cb cb)
/libuv/docs/src/guide/
H A Dfilesystem.rst160 …int uv_fs_chown(uv_loop_t* loop, uv_fs_t* req, const char* path, uv_uid_t uid, uv_gid_t gid, uv_fs…
161 …int uv_fs_fchown(uv_loop_t* loop, uv_fs_t* req, uv_file file, uv_uid_t uid, uv_gid_t gid, uv_fs_cb…
162 …int uv_fs_lchown(uv_loop_t* loop, uv_fs_t* req, const char* path, uv_uid_t uid, uv_gid_t gid, uv_f…
/libuv/include/
H A Duv.h1089 uv_gid_t gid;
1644 uv_gid_t gid,
1650 uv_gid_t gid,
1656 uv_gid_t gid,
/libuv/src/unix/
H A Dfs.c1820 uv_gid_t gid, in uv_fs_chown()
1856 uv_gid_t gid, in uv_fs_fchown()
1870 uv_gid_t gid, in uv_fs_lchown()
/libuv/src/win/
H A Dfs.c3317 uv_gid_t gid, uv_fs_cb cb) { in uv_fs_chown()
3332 uv_gid_t gid, uv_fs_cb cb) { in uv_fs_fchown()
3339 uv_gid_t gid, uv_fs_cb cb) { in uv_fs_lchown()

Completed in 40 milliseconds