Home
last modified time | relevance | path

Searched refs:st_ctime (Results 1 - 25 of 121) sorted by relevance

12345

/third_party/musl/libc-test/src/functional/
H A Dstat.c24 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 Daarch64.rs25 pub st_ctime: ::time_t,
47 pub st_ctime: ::time_t,
H A Dx86_64.rs24 pub st_ctime: ::time_t,
45 pub st_ctime: ::time_t,
/third_party/ffmpeg/libavformat/
H A Dos_support.h77 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 D14-1.c9 * 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 Dmod.rs32 pub st_ctime: ::time_t,
55 pub st_ctime: ::time_t,
/third_party/rust/crates/libc/src/unix/newlib/
H A Dgeneric.rs21 pub st_ctime: ::time_t,
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd12/
H A Db64.rs17 pub st_ctime: ::time_t,
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd13/
H A Db64.rs17 pub st_ctime: ::time_t,
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd14/
H A Db64.rs17 pub st_ctime: ::time_t,
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd11/
H A Db64.rs15 pub st_ctime: ::time_t,
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/
H A Dmod.rs43 pub st_ctime: ::c_long,
65 pub st_ctime: ::c_long,
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dpowerpc64.rs22 pub st_ctime: ::time_t,
H A Dpowerpc.rs22 pub st_ctime: ::time_t,
H A Dx86.rs22 pub st_ctime: ::time_t,
H A Darm.rs24 pub st_ctime: ::time_t,
/third_party/rust/crates/rustix/src/backend/libc/fs/
H A Dsyscalls.rs1356 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 Dmke2fs.c533 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 Dfile_posix.cc102 time_t creation_time_sec = stat_info.st_ctime;
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dstat.h27 #define st_ctime st_ctim.tv_sec macro
/third_party/musl/porting/linux/user/include/sys/
H A Dstat.h27 #define st_ctime st_ctim.tv_sec macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dstat.h27 #define st_ctime st_ctim.tv_sec macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dstat.h27 #define st_ctime st_ctim.tv_sec macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dstat.h27 #define st_ctime st_ctim.tv_sec macro
/third_party/libfuse/example/
H A Dnull.c50 stbuf->st_atime = stbuf->st_mtime = stbuf->st_ctime = time(NULL); in null_getattr()

Completed in 9 milliseconds

12345