Home
last modified time | relevance | path

Searched refs:uv_uid_t (Results 1 - 18 of 18) sorted by relevance

/third_party/libuv/include/uv/
H A Dunix.h166 typedef uid_t uv_uid_t; typedef
367 uv_uid_t uid; \
H A Dwin.h298 typedef unsigned char uv_uid_t; typedef
/third_party/node/deps/uv/include/uv/
H A Dunix.h167 typedef uid_t uv_uid_t; typedef
367 uv_uid_t uid; \
H A Dwin.h296 typedef unsigned char uv_uid_t; typedef
/third_party/libuv/test/
H A Drun-tests.c251 uv_uid_t uid = atoi(argv[2]); in maybe_run_test()
H A Dtest-spawn.c1471 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 Duv.h1074 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 Duv.h1002 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 Duv.h1016 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 Dnode_file.cc2392 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 Dprocess_wrap.cc166 options.uid = static_cast<uv_uid_t>(uid); in Spawn()
H A Dspawn_sync.cc789 uv_process_options_.uid = static_cast<uv_uid_t>(uid); in ParseOptions()
/third_party/libuv/src/win/
H A Dutil.c1158 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 Dfs.c3172 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 Dfs.c1694 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 Dcore.c1298 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 Dfs.c1811 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 Dfs.c3185 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()

Completed in 39 milliseconds