Home
last modified time | relevance | path

Searched refs:st_ctime (Results 1 – 25 of 128) sorted by relevance

123456

/third_party/musl/libc-test/src/functional/
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/
Daarch64.rs25 pub st_ctime: ::time_t,
47 pub st_ctime: ::time_t,
Dx86_64.rs24 pub st_ctime: ::time_t,
45 pub st_ctime: ::time_t,
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
D14-1.c81 ctime1 = stat_buff.st_ctime; in main()
103 ctime2 = stat_buff.st_ctime; in main()
Dcoverage.txt51 The file's st_ctime and st_mtime will not be updated as expected.
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips64/
Dmod.rs32 pub st_ctime: ::time_t,
55 pub st_ctime: ::time_t,
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/
Dmod.rs43 pub st_ctime: ::c_long,
65 pub st_ctime: ::c_long,
/third_party/rust/crates/libc/src/unix/newlib/
Dgeneric.rs21 pub st_ctime: ::time_t,
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd11/
Db64.rs15 pub st_ctime: ::time_t, field
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd12/
Db64.rs17 pub st_ctime: ::time_t, field
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd14/
Db64.rs17 pub st_ctime: ::time_t, field
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd13/
Db64.rs17 pub st_ctime: ::time_t, field
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dx86.rs22 pub st_ctime: ::time_t,
Dpowerpc64.rs22 pub st_ctime: ::time_t,
Dpowerpc.rs22 pub st_ctime: ::time_t,
Darm.rs24 pub st_ctime: ::time_t,
/third_party/rust/crates/libc/src/unix/hermit/
Dmod.rs93 pub st_ctime: time_t,
301 && self.st_ctime == other.st_ctime
328 .field("st_ctime", &self.st_ctime)
350 self.st_ctime.hash(state);
/third_party/libfuse/example/
Dnull.c50 stbuf->st_atime = stbuf->st_mtime = stbuf->st_ctime = time(NULL); in null_getattr()
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/riscv64/
Dmod.rs24 pub st_ctime: ::time_t,
47 pub st_ctime: ::time_t,
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dstat.h27 #define st_ctime st_ctim.tv_sec macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dstat.h27 #define st_ctime st_ctim.tv_sec macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dstat.h27 #define st_ctime st_ctim.tv_sec macro
/third_party/python/Lib/
Dgenericpath.py65 return os.stat(filename).st_ctime
/third_party/musl/porting/uniproton/kernel/include/sys/
Dstat.h27 #define st_ctime st_ctim.tv_sec macro
/third_party/musl/porting/linux/user/include/sys/
Dstat.h27 #define st_ctime st_ctim.tv_sec macro

123456