Home
last modified time | relevance | path

Searched refs:st_mtimensec (Results 1 – 16 of 16) sorted by relevance

/third_party/rust/crates/rustix/tests/fs/
Dy2038.rs57 assert_eq!(stat.st_mtimensec as u32, m_nsec); in test_y2038_with_utimensat()
84 assert_eq!(stat.st_mtimensec as u32, m_nsec); in test_y2038_with_utimensat()
153 assert_eq!(stat.st_mtimensec as u32, m_nsec); in test_y2038_with_futimens()
180 assert_eq!(stat.st_mtimensec as u32, m_nsec); in test_y2038_with_futimens()
Dfutimens.rs40 after.st_mtimensec as u64 in test_futimens()
Dutimensat.rs46 after.st_mtimensec as u64 in test_utimensat()
/third_party/ntfs-3g/libfuse-lite/
Dfuse_misc.h42 #define ST_MTIM_NSEC(stbuf) ((stbuf)->st_mtimensec)
44 #define ST_MTIM_NSEC_SET(stbuf, val) (stbuf)->st_mtimensec = (val)
/third_party/ninja/src/
Ddisk_interface.cc218 return (int64_t)st.st_mtime * 1000000000LL + st.st_mtimensec; in Stat()
/third_party/mksh/
Dfuncs.c2778 #undef st_mtimensec
2779 #define st_mtimensec st_mtim.tv_nsec macro
2790 if (sb1->st_mtimensec < sb2->st_mtimensec) in mtimecmp()
2792 if (sb1->st_mtimensec > sb2->st_mtimensec) in mtimecmp()
DBuild.sh2324 ac_test st_mtimensec '!' st_mtim 0 'for struct stat.st_mtimensec' <<-'EOF'
2327 int main(void) { struct stat sb; return (sizeof(sb.st_mtimensec)); }
/third_party/node/deps/uv/src/unix/
Dfs.c1459 dst->st_mtim.tv_nsec = src->st_mtimensec; in uv__to_stat()
/third_party/libuv/src/unix/
Dfs.c1480 dst->st_mtim.tv_nsec = src->st_mtimensec; in uv__to_stat()
/third_party/ntfs-3g/src/
Dlowntfs-3g.c963 stbuf->st_mtimensec = ts.tv_nsec; in ntfs_fuse_getstat()
2123 = stin->st_mtimensec; in ntfs_fuse_utimens()
Dntfs-3g.c1064 stbuf->st_mtimensec = ts.tv_nsec; in ntfs_fuse_getattr()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs152 pub st_mtimensec: ::c_long,
/third_party/python/
Dpyconfig.h.in1049 /* Define if you have struct stat.st_mtimensec */
Dconfigure.ac5229 [Define if you have struct stat.st_mtimensec])
/third_party/libuv/test/
Dtest-fs.c1419 ASSERT(s->st_mtim.tv_nsec == t.st_mtimensec); in TEST_IMPL()
/third_party/python/patches/
Dcpython_mingw_v3.10.2.patch10607 [Define if you have struct stat.st_mtimensec])