Home
last modified time | relevance | path

Searched refs:st_mtime (Results 1 – 25 of 171) sorted by relevance

1234567

/third_party/musl/libc-test/src/functionalext/supplement/linux/
Dutimes.c45 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/
Dstat.c25 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/
Dutime03.c69 statbuf.st_mtime != utbuf.modtime) { in run()
84 if (statbuf.st_mtime < mintime || statbuf.st_mtime > maxtime) in run()
/third_party/ninja/src/
Ddisk_interface.cc205 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/
Dwatch_dirs.py50 most_recent_change = st.st_mtime
53 st.st_mtime)
/third_party/musl/libc-test/src/functionalext/supplement/legacy/
Dlutimes.c38 tv[1].tv_sec = s.st_mtime; in lutimes_0100()
80 tv[1].tv_sec = s.st_mtime; in lutimes_time64_0100()
Dfutimes.c39 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/
Dls.c170 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/
Dls.c169 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/
D14-1.c82 mtime1 = stat_buff.st_mtime; in main()
104 mtime2 = stat_buff.st_mtime; in main()
/third_party/musl/libc-test/src/functionalext/supplement/time/
Dutime_sup.c75 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/
Dfutimesat.c53 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/
Dutimensat01.c216 } 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/
Dfiletools.cpp116 modtime1 = stbuf1.st_mtime; in whichFileModTimeIsLater()
117 modtime2 = stbuf2.st_mtime; in whichFileModTimeIsLater()
/third_party/node/deps/icu-small/source/tools/toolutil/
Dfiletools.cpp116 modtime1 = stbuf1.st_mtime; in whichFileModTimeIsLater()
117 modtime2 = stbuf2.st_mtime; in whichFileModTimeIsLater()
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/
Dfiletools.cpp116 modtime1 = stbuf1.st_mtime; in whichFileModTimeIsLater()
117 modtime2 = stbuf2.st_mtime; in whichFileModTimeIsLater()
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
Dfiletools.cpp116 modtime1 = stbuf1.st_mtime; in whichFileModTimeIsLater()
117 modtime2 = stbuf2.st_mtime; in whichFileModTimeIsLater()
/third_party/libwebsockets/lib/misc/lwsac/
Dcached-file.c166 if (old && s.st_mtime == info->s.st_mtime) { in lwsac_cached_file()
/third_party/python/Lib/
Dlinecache.py76 if size != stat.st_size or mtime != stat.st_mtime:
142 size, mtime = stat.st_size, stat.st_mtime
/third_party/libnl/lib/route/
Dpktloc.c105 if (last_read == st.st_mtime) { in read_pktlocs()
141 last_read = st.st_mtime; in read_pktlocs()
/third_party/mesa3d/src/util/
Ddisk_cache.h108 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/
DBoostBuild.py364 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/
Dxdgmime.c152 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/
Dstat_windows.cc42 *timestamp = buf.st_mtime; in GetFileModificationTime()
Dstat_posix.cc43 *timestamp = buf.st_mtime; in GetFileModificationTime()

1234567