/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
D | utimes.c | 45 t_mold = buf1.st_mtime; in utimes_0100() 52 t_new = buf2.st_mtime; in utimes_0100() 82 if (st.st_atime != tv[0].tv_sec && st.st_mtime != tv[1].tv_sec) { in utimes_0200() 108 t_mold = buf1.st_mtime; in utimes_time64_0100() 115 t_new = buf2.st_mtime; in utimes_time64_0100()
|
/third_party/musl/libc-test/src/functional/ |
D | stat.c | 25 TEST(st.st_mtime<=t, "%jd > %jd\n", (intmax_t)st.st_mtime, (intmax_t)t); in main() 34 TEST(st.st_mtime<=t, "%jd > %jd\n", (intmax_t)st.st_mtime, (intmax_t)t); in main()
|
/third_party/ltp/testcases/kernel/syscalls/utime/ |
D | utime03.c | 69 statbuf.st_mtime != utbuf.modtime) { in run() 84 if (statbuf.st_mtime < mintime || statbuf.st_mtime > maxtime) in run()
|
/third_party/ninja/src/ |
D | disk_interface.cc | 205 if (st.st_mtime == 0) in Stat() 208 return (int64_t)st.st_mtime * 1000000000LL + st.st_mtime_n; in Stat() 212 #elif defined(st_mtime) // A macro, so we're likely on modern POSIX. in Stat() 215 return (int64_t)st.st_mtime * 1000000000LL + st.st_mtimensec; in Stat()
|
/third_party/grpc/tools/run_tests/python_utils/ |
D | watch_dirs.py | 50 most_recent_change = st.st_mtime 53 st.st_mtime)
|
/third_party/musl/libc-test/src/functionalext/supplement/legacy/ |
D | lutimes.c | 38 tv[1].tv_sec = s.st_mtime; in lutimes_0100() 80 tv[1].tv_sec = s.st_mtime; in lutimes_time64_0100()
|
D | futimes.c | 39 tv[1].tv_sec = s.st_mtime; in futimes_0100() 87 tv[1].tv_sec = s.st_mtime; in futimes_time64_0100()
|
/third_party/toybox/toys/posix/ |
D | ls.c | 170 if (dta->st.st_mtime > dtb->st.st_mtime) ret = -1; in compare() 171 else if (dta->st.st_mtime < dtb->st.st_mtime) ret = 1; in compare() 227 if (flags & FLAG_u) new->st.st_mtime = new->st.st_atime; in filter() 228 if (flags & FLAG_c) new->st.st_mtime = new->st.st_ctime; in filter() 493 tm = localtime(&(st->st_mtime)); in listfiles()
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
D | ls.c | 169 if (dta->st.st_mtime > dtb->st.st_mtime) ret = -1; in compare() 170 else if (dta->st.st_mtime < dtb->st.st_mtime) ret = 1; in compare() 219 if (flags & FLAG_u) new->st.st_mtime = new->st.st_atime; in filter() 220 if (flags & FLAG_c) new->st.st_mtime = new->st.st_ctime; in filter() 483 tm = localtime(&(st->st_mtime)); in listfiles()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/ |
D | 14-1.c | 82 mtime1 = stat_buff.st_mtime; in main() 104 mtime2 = stat_buff.st_mtime; in main()
|
/third_party/musl/libc-test/src/functionalext/supplement/time/ |
D | utime_sup.c | 75 t_mold = buf1.st_mtime; in utime_0200() 80 t_mnew = buf2.st_mtime; in utime_0200()
|
/third_party/musl/libc-test/src/functionalext/supplement/stat/ |
D | futimesat.c | 53 tv[1].tv_sec = st1.st_mtime + 1; in futimesat_0100() 66 if (st2.st_mtime != tv[1].tv_sec) { in futimesat_0100()
|
/third_party/ltp/testcases/kernel/syscalls/utimensat/ |
D | utimensat01.c | 216 } else if (sb.st_atime || sb.st_mtime) { in reset_time() 218 sb.st_atime, sb.st_mtime); in reset_time() 281 } else if (!!sb.st_mtime != mtime_change) { in run() 284 sb.st_mtime ? "did" : "didn't"); in run()
|
/third_party/icu/icu4c/source/tools/toolutil/ |
D | filetools.cpp | 116 modtime1 = stbuf1.st_mtime; in whichFileModTimeIsLater() 117 modtime2 = stbuf2.st_mtime; in whichFileModTimeIsLater()
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
D | filetools.cpp | 116 modtime1 = stbuf1.st_mtime; in whichFileModTimeIsLater() 117 modtime2 = stbuf2.st_mtime; in whichFileModTimeIsLater()
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/ |
D | filetools.cpp | 116 modtime1 = stbuf1.st_mtime; in whichFileModTimeIsLater() 117 modtime2 = stbuf2.st_mtime; in whichFileModTimeIsLater()
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
D | filetools.cpp | 116 modtime1 = stbuf1.st_mtime; in whichFileModTimeIsLater() 117 modtime2 = stbuf2.st_mtime; in whichFileModTimeIsLater()
|
/third_party/libwebsockets/lib/misc/lwsac/ |
D | cached-file.c | 166 if (old && s.st_mtime == info->s.st_mtime) { in lwsac_cached_file()
|
/third_party/python/Lib/ |
D | linecache.py | 76 if size != stat.st_size or mtime != stat.st_mtime: 142 size, mtime = stat.st_size, stat.st_mtime
|
/third_party/libnl/lib/route/ |
D | pktloc.c | 105 if (last_read == st.st_mtime) { in read_pktlocs() 141 last_read = st.st_mtime; in read_pktlocs()
|
/third_party/mesa3d/src/util/ |
D | disk_cache.h | 108 if (!st.st_mtime) { in disk_cache_get_function_timestamp() 114 *timestamp = st.st_mtime; in disk_cache_get_function_timestamp()
|
/third_party/boost/tools/build/test/ |
D | BoostBuild.py | 364 os.utime(dst_name, (stats.st_atime, stats.st_mtime)) 1063 os.utime(path, (stats_orig.st_atime, stats_orig.st_mtime + diff)) 1064 return os.stat(path).st_mtime > stats_orig.st_mtime + eta 1117 start_time = stats_orig.st_mtime 1123 if stats_orig.st_mtime > start_time and (not build_resolution or 1124 stats_orig.st_mtime >= start_time + build_resolution): 1132 os.utime(path, (stats_orig.st_atime, stats_orig.st_mtime)) 1159 c = os.stat(path).st_mtime
|
/third_party/glib/gio/xdgmime/ |
D | xdgmime.c | 152 xdg_dir_time_list_add (file_name, st.st_mtime); in xdg_mime_init_from_directory() 169 xdg_dir_time_list_add (file_name, st.st_mtime); in xdg_mime_init_from_directory() 179 xdg_dir_time_list_add (file_name, st.st_mtime); in xdg_mime_init_from_directory() 192 xdg_dir_time_list_add (file_name, st.st_mtime); in xdg_mime_init_from_directory() 384 if (st.st_mtime == list->mtime) in xdg_check_file()
|
/third_party/grpc/src/core/lib/gprpp/ |
D | stat_windows.cc | 42 *timestamp = buf.st_mtime; in GetFileModificationTime()
|
D | stat_posix.cc | 43 *timestamp = buf.st_mtime; in GetFileModificationTime()
|