Searched refs:uv_uid_t (Results 1 – 14 of 14) sorted by relevance
/third_party/libuv/include/uv/ |
D | unix.h | 167 typedef uid_t uv_uid_t; typedef 367 uv_uid_t uid; \
|
D | win.h | 296 typedef unsigned char uv_uid_t; typedef
|
/third_party/libuv/test/ |
D | run-tests.c | 246 uv_uid_t uid = atoi(argv[2]); in maybe_run_test()
|
D | test-spawn.c | 1453 options.uid = (uv_uid_t) -42424242; in TEST_IMPL()
|
/third_party/libuv/docs/src/ |
D | process.rst | 33 uv_uid_t uid; 213 .. c:member:: uv_uid_t uv_process_options_t.uid
|
D | fs.rst | 472 .. c:function:: int uv_fs_chown(uv_loop_t* loop, uv_fs_t* req, const char* path, uv_uid_t uid, uv_g… 473 .. c:function:: int uv_fs_fchown(uv_loop_t* loop, uv_fs_t* req, uv_file file, uv_uid_t uid, uv_gid_… 474 .. c:function:: int uv_fs_lchown(uv_loop_t* loop, uv_fs_t* req, const char* path, uv_uid_t uid, uv_…
|
/third_party/libuv/include/ |
D | uv.h | 1016 uv_uid_t uid; 1544 uv_uid_t uid, 1550 uv_uid_t uid, 1556 uv_uid_t uid,
|
/third_party/libuv/include/uv_ndk/ |
D | uv.h | 1002 uv_uid_t uid; 1521 uv_uid_t uid, 1527 uv_uid_t uid, 1533 uv_uid_t uid,
|
/third_party/libuv/docs/src/guide/ |
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…
|
/third_party/node/src/ |
D | node_file.cc | 2184 const uv_uid_t uid = static_cast<uv_uid_t>(args[1].As<Integer>()->Value()); in Chown() 2217 const uv_uid_t uid = static_cast<uv_uid_t>(args[1].As<Integer>()->Value()); in FChown() 2247 const uv_uid_t uid = static_cast<uv_uid_t>(args[1].As<Integer>()->Value()); in LChown()
|
D | process_wrap.cc | 163 options.uid = static_cast<uv_uid_t>(uid); in Spawn()
|
D | spawn_sync.cc | 790 uv_process_options_.uid = static_cast<uv_uid_t>(uid); in ParseOptions()
|
/third_party/libuv/src/unix/ |
D | fs.c | 1810 uv_uid_t uid, in uv_fs_chown() 1843 uv_uid_t uid, in uv_fs_fchown() 1857 uv_uid_t uid, in uv_fs_lchown()
|
/third_party/libuv/src/win/ |
D | fs.c | 3185 int uv_fs_chown(uv_loop_t* loop, uv_fs_t* req, const char* path, uv_uid_t uid, in uv_fs_chown() 3200 int uv_fs_fchown(uv_loop_t* loop, uv_fs_t* req, uv_file fd, uv_uid_t uid, in uv_fs_fchown() 3207 int uv_fs_lchown(uv_loop_t* loop, uv_fs_t* req, const char* path, uv_uid_t uid, in uv_fs_lchown()
|