Home
last modified time | relevance | path

Searched refs:modtime (Results 1 - 25 of 39) sorted by relevance

12

/third_party/musl/compat/time32/
H A Dutime_time32.c7 time32_t modtime; member
13 .actime = times32->actime, .modtime = times32->modtime})); in __utime_time32()
/third_party/ltp/testcases/kernel/syscalls/utime/
H A Dutime01.c36 utbuf.modtime = tst_get_fs_timestamp() - 5; in run()
37 utbuf.actime = utbuf.modtime + 1; in run()
42 TST_EXP_EQ_LI(stat_buf.st_mtime, utbuf.modtime); in run()
H A Dutime03.c61 utbuf.modtime = time(0) - 5; in run()
62 utbuf.actime = utbuf.modtime + 1; in run()
67 statbuf.st_mtime != utbuf.modtime) { in run()
H A Dutime02.c53 utbuf.modtime = tst_get_fs_timestamp() - 5; in run()
54 utbuf.actime = utbuf.modtime + 1; in run()
59 TST_EXP_EQ_LI(stat_buf.st_mtime, utbuf.modtime); in run()
H A Dutime04.c30 .modtime = NEW_MODF_TIME,
H A Dutime05.c36 .modtime = NEW_MODF_TIME,
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
H A Dwritepng.c173 png_time modtime; in writepng_init() local
175 png_convert_from_time_t(&modtime, mainprog_ptr->modtime); in writepng_init()
176 png_set_tIME(png_ptr, info_ptr, &modtime); in writepng_init()
H A Dwritepng.h94 time_t modtime; member
/third_party/musl/libc-test/src/functionalext/supplement/time/
H A Dutime_sup.c42 ubuf.modtime = 0; in utime_0100()
106 ubuf.modtime = 0; in utime64_0100()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dutime.h16 time_t modtime; member
/third_party/musl/porting/uniproton/kernel/include/
H A Dutime.h16 time_t modtime; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dutime.h16 time_t modtime; member
/third_party/musl/porting/liteos_a/kernel/include/
H A Dutime.h16 time_t modtime; member
/third_party/musl/porting/liteos_a/user/src/time/
H A Dutime.c11 { .tv_sec = times->actime }, { .tv_sec = times->modtime }}) in utime()
/third_party/musl/src/time/
H A Dutime.c11 { .tv_sec = times->actime }, { .tv_sec = times->modtime }}) in utime()
/third_party/musl/include/
H A Dutime.h16 time_t modtime; member
/third_party/curl/src/
H A Dtool_filetime.c147 times.modtime = (time_t)filetime; in setfiletime()
/third_party/ntfs-3g/src/
H A Dntfs-3g.c2832 struct timespec modtime; in ntfs_fuse_utime() local
2863 && (buf->actime == buf->modtime) in ntfs_fuse_utime()
2867 res = (buf->actime == buf->modtime ? -EACCES : -EPERM); in ntfs_fuse_utime()
2871 modtime.tv_sec = buf->modtime; in ntfs_fuse_utime()
2872 modtime.tv_nsec = 0; in ntfs_fuse_utime()
2874 ni->last_data_change_time = timespec2ntfs(modtime); in ntfs_fuse_utime()
2890 modtime.tv_sec = buf->modtime; in ntfs_fuse_utime()
2891 modtime in ntfs_fuse_utime()
[all...]
H A Dlowntfs-3g.c2148 struct timespec modtime; in ntfs_fuse_utime() local
2177 modtime.tv_sec = stin->st_mtime; in ntfs_fuse_utime()
2178 modtime.tv_nsec = 0; in ntfs_fuse_utime()
2180 ni->last_data_change_time = timespec2ntfs(modtime); in ntfs_fuse_utime()
2196 modtime.tv_sec = stin->st_mtime; in ntfs_fuse_utime()
2197 modtime.tv_nsec = 0; in ntfs_fuse_utime()
2199 ni->last_data_change_time = timespec2ntfs(modtime); in ntfs_fuse_utime()
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/
H A Dminiunz.c115 ut.actime=ut.modtime=mktime(&newdate);
/third_party/skia/third_party/externals/zlib/contrib/minizip/
H A Dminiunz.c114 ut.actime=ut.modtime=mktime(&newdate);
/third_party/zlib/contrib/minizip/
H A Dminiunz.c117 ut.actime = ut.modtime = mktime(&newdate); in change_file_date()
/third_party/zlib/contrib/untgz/
H A Duntgz.c259 settime.actime = settime.modtime = ftime; in setfiletime()
/third_party/zlib/examples/
H A Dgun.c534 when.modtime = was.st_mtime; in copymeta()
/third_party/lz4/programs/
H A Dutil.h367 timebuf.modtime = statbuf->st_mtime; in UTIL_setFileStat()

Completed in 18 milliseconds

12