Searched refs:uv_gid_t (Results 1 – 10 of 10) sorted by relevance
/libuv/include/uv/ |
H A D | unix.h | 165 typedef gid_t uv_gid_t; typedef 370 uv_gid_t gid; \
|
H A D | win.h | 299 typedef unsigned char uv_gid_t; typedef
|
/libuv/test/ |
H A D | run-tests.c | 252 uv_gid_t gid = atoi(argv[3]); in maybe_run_test()
|
H A D | test-spawn.c | 1641 options.gid = (uv_gid_t) -42424242; in TEST_IMPL()
|
/libuv/docs/src/ |
H A D | process.rst | 34 uv_gid_t gid; 221 .. c:member:: uv_gid_t uv_process_options_t.gid
|
H A D | fs.rst | 491 …_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 D | filesystem.rst | 160 …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 D | uv.h | 1089 uv_gid_t gid; 1644 uv_gid_t gid, 1650 uv_gid_t gid, 1656 uv_gid_t gid,
|
/libuv/src/unix/ |
H A D | fs.c | 1820 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 D | fs.c | 3317 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 62 milliseconds