Home
last modified time | relevance | path

Searched refs:st_uid (Results 1 – 8 of 8) sorted by relevance

/libuv/test/
H A Dtest-fs-copyfile.c61 uid = stat_req.statbuf.st_uid; in handle_result()
68 ASSERT_EQ(stat_req.statbuf.st_uid, uid); in handle_result()
H A Dtest-fs.c1514 ASSERT_EQ(s->st_uid, (uint64_t) t.st_uid); in TEST_IMPL()
/libuv/src/
H A Dfs-poll.c267 && a->st_uid == b->st_uid in statbuf_eq()
/libuv/src/unix/
H A Dfs.c1352 result = fchown(dstfd, src_statsbuf.st_uid, src_statsbuf.st_gid); in uv__fs_copyfile()
1453 dst->st_uid = src->st_uid; in uv__to_stat()
H A Dlinux.c1126 buf->st_uid = statxbuf->stx_uid; in uv__statx_to_stat()
/libuv/include/
H A Duv.h389 uint64_t st_uid; member
/libuv/docs/src/
H A Dfs.rst56 uint64_t st_uid;
/libuv/src/win/
H A Dfs.c1928 statbuf->st_uid = 0; in fs__stat_assign_statbuf()

Completed in 58 milliseconds