Home
last modified time | relevance | path

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

/libuv/test/
H A Dtest-fs-copyfile.c62 gid = stat_req.statbuf.st_gid; in handle_result()
69 ASSERT_EQ(stat_req.statbuf.st_gid, gid); in handle_result()
H A Dtest-fs.c1515 ASSERT_EQ(s->st_gid, (uint64_t) t.st_gid); in TEST_IMPL()
/libuv/src/
H A Dfs-poll.c268 && a->st_gid == b->st_gid 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()
1454 dst->st_gid = src->st_gid; in uv__to_stat()
H A Dlinux.c1127 buf->st_gid = statxbuf->stx_gid; in uv__statx_to_stat()
/libuv/include/
H A Duv.h390 uint64_t st_gid; member
/libuv/docs/src/
H A Dfs.rst57 uint64_t st_gid;
/libuv/src/win/
H A Dfs.c1927 statbuf->st_gid = 0; in fs__stat_assign_statbuf()

Completed in 62 milliseconds