Home
last modified time | relevance | path

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

/libuv/src/
H A Dfs-poll.c270 && a->st_dev == b->st_dev in statbuf_eq()
/libuv/src/unix/
H A Dfs.c1296 if (src_statsbuf.st_dev == dst_statsbuf.st_dev && in uv__fs_copyfile()
1445 dst->st_dev = src->st_dev; in uv__to_stat()
H A Dlinux.c1102 buf->st_dev = makedev(statxbuf->stx_dev_major, statxbuf->stx_dev_minor); in uv__statx_to_stat()
/libuv/src/win/
H A Dfs.c1829 statbuf->st_dev = stat_info.VolumeSerialNumber.QuadPart; in fs__stat_assign_statbuf()
2217 if (statbuf.st_dev == new_statbuf.st_dev && in fs__copyfile()
/libuv/include/
H A Duv.h385 uint64_t st_dev; member
/libuv/docs/src/
H A Dfs.rst53 uint64_t st_dev;
/libuv/test/
H A Dtest-fs.c1506 ASSERT_EQ(s->st_dev, (uint64_t) t.st_dev); in TEST_IMPL()
/libuv/
H A DChangeLog5698 time, not the creation time, like on unix systems. st_dev, st_ino, st_blocks

Completed in 62 milliseconds