/third_party/musl/libc-test/src/functional/ |
H A D | stat.c | 24 TEST(st.st_ctime<=t, "%jd > %jd\n", (intmax_t)st.st_ctime, (intmax_t)t); in main() 33 TEST(st.st_ctime<=t, "%jd > %jd\n", (intmax_t)st.st_ctime, (intmax_t)t); in main()
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | aarch64.rs | 25 pub st_ctime: ::time_t, 47 pub st_ctime: ::time_t,
|
H A D | x86_64.rs | 24 pub st_ctime: ::time_t, 45 pub st_ctime: ::time_t,
|
/third_party/ffmpeg/libavformat/ |
H A D | os_support.h | 77 int64_t st_ctime; /* time of last status change */ member 228 buf->st_ctime = crtstat->st_ctime; in copy_stat()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/ |
H A D | 14-1.c | 9 * The st_ctime and st_mtime fields of a file that is mapped with 81 ctime1 = stat_buff.st_ctime; in main() 103 ctime2 = stat_buff.st_ctime; in main() 110 "st_ctime and st_mtime were not updated properly\n"); in main()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips64/ |
H A D | mod.rs | 32 pub st_ctime: ::time_t, 55 pub st_ctime: ::time_t,
|
/third_party/rust/crates/libc/src/unix/newlib/ |
H A D | generic.rs | 21 pub st_ctime: ::time_t,
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd12/ |
H A D | b64.rs | 17 pub st_ctime: ::time_t,
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd13/ |
H A D | b64.rs | 17 pub st_ctime: ::time_t,
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd14/ |
H A D | b64.rs | 17 pub st_ctime: ::time_t,
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd11/ |
H A D | b64.rs | 15 pub st_ctime: ::time_t,
|
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/ |
H A D | mod.rs | 43 pub st_ctime: ::c_long, 65 pub st_ctime: ::c_long,
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
H A D | powerpc64.rs | 22 pub st_ctime: ::time_t,
|
H A D | powerpc.rs | 22 pub st_ctime: ::time_t,
|
H A D | x86.rs | 22 pub st_ctime: ::time_t,
|
H A D | arm.rs | 24 pub st_ctime: ::time_t,
|
/third_party/rust/crates/rustix/src/backend/libc/fs/ |
H A D | syscalls.rs | 1356 st_ctime: x in statx_to_stat() 1397 result.st_ctime = x in statx_to_stat() 1434 st_ctime: s64.st_ctime.try_into().map_err(|_| io::Errno::OVERFLOW)?, in stat64_to_stat() 1473 result.st_ctime = s64.st_ctime.try_into().map_err(|_| io::Errno::OVERFLOW)?; in stat64_to_stat()
|
/third_party/toybox/toys/pending/ |
H A D | mke2fs.c | 533 in->ctime = SWAP_LE32(that->st.st_ctime); in fill_inode() 583 dti->st.st_ctime = dti->st.st_mtime = time(NULL); in mke2fs_main() 592 dtb->st.st_ctime = dtb->st.st_mtime = time(NULL); in mke2fs_main()
|
/third_party/gn/src/base/files/ |
H A D | file_posix.cc | 102 time_t creation_time_sec = stat_info.st_ctime;
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | stat.h | 27 #define st_ctime st_ctim.tv_sec macro
|
/third_party/musl/porting/linux/user/include/sys/ |
H A D | stat.h | 27 #define st_ctime st_ctim.tv_sec macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | stat.h | 27 #define st_ctime st_ctim.tv_sec macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | stat.h | 27 #define st_ctime st_ctim.tv_sec macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | stat.h | 27 #define st_ctime st_ctim.tv_sec macro
|
/third_party/libfuse/example/ |
H A D | null.c | 50 stbuf->st_atime = stbuf->st_mtime = stbuf->st_ctime = time(NULL); in null_getattr()
|