Home
last modified time | relevance | path

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

/libuv/src/
H A Dfs-poll.c269 && a->st_ino == b->st_ino in statbuf_eq()
/libuv/src/unix/
H A Dfs.c1302 src_statsbuf.st_ino == dst_statsbuf.st_ino) { in uv__fs_copyfile()
1456 dst->st_ino = src->st_ino; in uv__to_stat()
H A Dlinux.c1129 buf->st_ino = statxbuf->stx_ino; in uv__statx_to_stat()
/libuv/src/win/
H A Dfs.c1893 statbuf->st_ino = stat_info.FileId.QuadPart; in fs__stat_assign_statbuf()
2030 statbuf->st_ino = (uintptr_t) handle; in fs__fstat_handle()
2219 statbuf.st_ino == new_statbuf.st_ino) { in fs__copyfile()
/libuv/include/
H A Duv.h392 uint64_t st_ino; member
/libuv/docs/src/
H A Dfs.rst59 uint64_t st_ino;
/libuv/test/
H A Dtest-fs.c1517 ASSERT_EQ(s->st_ino, (uint64_t) t.st_ino); in TEST_IMPL()
/libuv/
H A DChangeLog5747 time, not the creation time, like on unix systems. st_dev, st_ino, st_blocks

Completed in 55 milliseconds