Home
last modified time | relevance | path

Searched refs:uv_uid_t (Results 1 – 14 of 14) sorted by relevance

/third_party/libuv/include/uv/
Dunix.h167 typedef uid_t uv_uid_t; typedef
367 uv_uid_t uid; \
Dwin.h296 typedef unsigned char uv_uid_t; typedef
/third_party/libuv/test/
Drun-tests.c246 uv_uid_t uid = atoi(argv[2]); in maybe_run_test()
Dtest-spawn.c1453 options.uid = (uv_uid_t) -42424242; in TEST_IMPL()
/third_party/libuv/docs/src/
Dprocess.rst33 uv_uid_t uid;
213 .. c:member:: uv_uid_t uv_process_options_t.uid
Dfs.rst472 .. 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/
Duv.h1016 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/
Duv.h1002 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/
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…
/third_party/node/src/
Dnode_file.cc2184 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()
Dprocess_wrap.cc163 options.uid = static_cast<uv_uid_t>(uid); in Spawn()
Dspawn_sync.cc790 uv_process_options_.uid = static_cast<uv_uid_t>(uid); in ParseOptions()
/third_party/libuv/src/unix/
Dfs.c1810 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/
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()