/third_party/libuv/include/uv/ |
H A D | unix.h | 166 typedef uid_t uv_uid_t; typedef 367 uv_uid_t uid; \
|
H A D | win.h | 298 typedef unsigned char uv_uid_t; typedef
|
/third_party/node/deps/uv/include/uv/ |
H A D | unix.h | 167 typedef uid_t uv_uid_t; typedef 367 uv_uid_t uid; \
|
H A D | win.h | 296 typedef unsigned char uv_uid_t; typedef
|
/third_party/libuv/test/ |
H A D | run-tests.c | 251 uv_uid_t uid = atoi(argv[2]); in maybe_run_test()
|
H A D | test-spawn.c | 1471 uv_uid_t uid = getuid(); in TEST_IMPL() 1514 uv_uid_t uid = getuid(); in TEST_IMPL() 1565 uv_uid_t uid = getuid(); in TEST_IMPL() 1620 options.uid = (uv_uid_t) -42424242; in TEST_IMPL()
|
/third_party/libuv/include/ |
H A D | uv.h | 1074 uv_uid_t uid; 1310 UV_EXTERN int uv_os_get_passwd2(uv_passwd_t* pwd, uv_uid_t uid); 1311 UV_EXTERN int uv_os_get_group(uv_group_t* grp, uv_uid_t gid); 1656 uv_uid_t uid, 1662 uv_uid_t uid, 1668 uv_uid_t uid,
|
/third_party/libuv/include/uv_ndk/ |
H A 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/node/deps/uv/include/ |
H A 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/node/src/ |
H A D | node_file.cc | 2392 const uv_uid_t uid = static_cast<uv_uid_t>(args[1].As<Integer>()->Value()); in Chown() 2427 const uv_uid_t uid = static_cast<uv_uid_t>(args[1].As<Integer>()->Value()); in FChown() 2458 const uv_uid_t uid = static_cast<uv_uid_t>(args[1].As<Integer>()->Value()); in LChown()
|
H A D | process_wrap.cc | 166 options.uid = static_cast<uv_uid_t>(uid); in Spawn()
|
H A D | spawn_sync.cc | 789 uv_process_options_.uid = static_cast<uv_uid_t>(uid); in ParseOptions()
|
/third_party/libuv/src/win/ |
H A D | util.c | 1158 int uv_os_get_passwd2(uv_passwd_t* pwd, uv_uid_t uid) { in uv_os_get_passwd2() 1163 int uv_os_get_group(uv_group_t* grp, uv_uid_t gid) { in uv_os_get_group()
|
H A D | fs.c | 3172 int uv_fs_chown(uv_loop_t* loop, uv_fs_t* req, const char* path, uv_uid_t uid, in uv_fs_chown() 3187 int uv_fs_fchown(uv_loop_t* loop, uv_fs_t* req, uv_file fd, uv_uid_t uid, in uv_fs_fchown() 3194 int uv_fs_lchown(uv_loop_t* loop, uv_fs_t* req, const char* path, uv_uid_t uid, in uv_fs_lchown()
|
/third_party/libuv/src/unix/ |
H A D | fs.c | 1694 uv_uid_t uid, in uv_fs_chown() 1730 uv_uid_t uid, in uv_fs_fchown() 1744 uv_uid_t uid, in uv_fs_lchown()
|
H A D | core.c | 1298 int uv_os_get_group(uv_group_t* grp, uv_uid_t gid) { in uv_os_get_group() 1388 int uv_os_get_passwd2(uv_passwd_t* pwd, uv_uid_t uid) { in uv_os_get_passwd2()
|
/third_party/node/deps/uv/src/unix/ |
H A D | fs.c | 1811 uv_uid_t uid, in uv_fs_chown() 1844 uv_uid_t uid, in uv_fs_fchown() 1858 uv_uid_t uid, in uv_fs_lchown()
|
/third_party/node/deps/uv/src/win/ |
H A 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()
|