Searched refs:st_gen (Results 1 - 24 of 24) sorted by relevance
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd12/ |
H A D | b64.rs | 25 pub st_gen: u64,
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd13/ |
H A D | b64.rs | 25 pub st_gen: u64,
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd14/ |
H A D | b64.rs | 25 pub st_gen: u64,
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd11/ |
H A D | b64.rs | 21 pub st_gen: u32,
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
H A D | powerpc64.rs | 28 pub st_gen: u32,
|
H A D | powerpc.rs | 28 pub st_gen: u32,
|
H A D | x86.rs | 28 pub st_gen: u32,
|
H A D | arm.rs | 31 pub st_gen: u32,
|
/third_party/libuv/src/ |
H A D | fs-poll.c | 272 && a->st_gen == b->st_gen; in statbuf_eq()
|
/third_party/node/deps/uv/src/ |
H A D | fs-poll.c | 272 && a->st_gen == b->st_gen; in statbuf_eq()
|
/third_party/node/deps/uv/src/unix/ |
H A D | fs.c | 1454 dst->st_gen = src->st_gen; in uv__to_stat() 1465 dst->st_gen = 0; in uv__to_stat() 1488 dst->st_gen = src->st_gen; in uv__to_stat() 1493 dst->st_gen = 0; in uv__to_stat() 1505 dst->st_gen = 0; in uv__to_stat() 1581 buf->st_gen = 0; in uv__fs_statx()
|
/third_party/libuv/src/unix/ |
H A D | fs.c | 1343 dst->st_gen = src->st_gen; in uv__to_stat() 1354 dst->st_gen = 0; in uv__to_stat() 1377 dst->st_gen = src->st_gen; in uv__to_stat() 1382 dst->st_gen = 0; in uv__to_stat() 1394 dst->st_gen = 0; in uv__to_stat()
|
H A D | linux.c | 1142 buf->st_gen = 0; in uv__statx_to_stat()
|
/third_party/libuv/test/ |
H A D | test-fs.c | 1531 ASSERT_EQ(s->st_gen, t.st_gen); in TEST_IMPL() 1534 ASSERT_OK(s->st_gen); in TEST_IMPL()
|
/third_party/libuv/include/ |
H A D | uv.h | 409 uint64_t st_gen; member
|
/third_party/libuv/include/uv_ndk/ |
H A D | uv.h | 363 uint64_t st_gen; member
|
/third_party/node/deps/uv/include/ |
H A D | uv.h | 365 uint64_t st_gen; member
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
H A D | mod.rs | 256 pub st_gen: u32,
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/ |
H A D | mod.rs | 159 pub st_gen: u32,
|
/third_party/libuv/src/win/ |
H A D | fs.c | 1796 statbuf->st_gen = 0; in fs__stat_handle()
|
/third_party/node/deps/uv/src/win/ |
H A D | fs.c | 1846 statbuf->st_gen = 0; in fs__stat_handle()
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
H A D | mod.rs | 161 pub st_gen: u32,
|
/third_party/python/Modules/ |
H A D | posixmodule.c | 2158 {"st_gen", "generation number"}, 2475 PyLong_FromLong((long)st->st_gen)); in _pystat_fromstructstat()
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
H A D | mod.rs | 317 pub st_gen: u32,
|
Completed in 81 milliseconds