Home
last modified time | relevance | path

Searched defs:uid (Results 1 – 8 of 8) sorted by relevance

/libuv/test/
H A Drun-tests.c251 uv_uid_t uid = atoi(argv[2]); in maybe_run_test() local
H A Dtest-fs-copyfile.c49 uint64_t uid; in handle_result() local
H A Dtest-spawn.c1471 uv_uid_t uid = getuid(); in TEST_IMPL() local
1514 uv_uid_t uid = getuid(); in TEST_IMPL() local
1565 uv_uid_t uid = getuid(); in TEST_IMPL() local
/libuv/src/unix/
H A Dfs.c1819 uv_uid_t uid, in uv_fs_chown()
1855 uv_uid_t uid, in uv_fs_fchown()
1869 uv_uid_t uid, in uv_fs_lchown()
H A Dcore.c1213 static int uv__getpwuid_r(uv_passwd_t *pwd, uid_t uid) { in uv__getpwuid_r()
1374 int uv_os_get_passwd2(uv_passwd_t* pwd, uv_uid_t uid) { in uv_os_get_passwd2()
/libuv/src/win/
H A Dfs.c3316 int uv_fs_chown(uv_loop_t* loop, uv_fs_t* req, const char* path, uv_uid_t uid, in uv_fs_chown()
3331 int uv_fs_fchown(uv_loop_t* loop, uv_fs_t* req, uv_file fd, uv_uid_t uid, in uv_fs_fchown()
3338 int uv_fs_lchown(uv_loop_t* loop, uv_fs_t* req, const char* path, uv_uid_t uid, in uv_fs_lchown()
H A Dutil.c1167 int uv_os_get_passwd2(uv_passwd_t* pwd, uv_uid_t uid) { in uv_os_get_passwd2()
/libuv/include/
H A Duv.h1088 uv_uid_t uid; member
1215 unsigned long uid; member

Completed in 59 milliseconds