| /openbmc/openbmc/poky/meta/recipes-devtools/dpkg/dpkg/ |
| H A D | 0007-dpkg-deb-build.c-Remove-usage-of-clamp-mtime-in-tar.patch | 4 Subject: [PATCH] dpkg-deb/build.c: Remove usage of --clamp-mtime in tar 9 Recently dpkg added --clamp-mtime to tar to create reproducible 37 - "--mtime", mtime, "--clamp-mtime", NULL); 38 + "--mtime", mtime, NULL);
|
| /openbmc/openbmc/poky/meta/recipes-devtools/ruby/ruby/ |
| H A D | 0003-rdoc-build-reproducible-documentation.patch | 24 - gz.mtime = File.mtime(search_index_file) 25 + gz.mtime = -1 33 - gz.mtime = File.mtime(dest) 34 + gz.mtime = -1
|
| /openbmc/openbmc/poky/meta/lib/oe/ |
| H A D | reproducible.py | 68 mtime = int(os.lstat(filepath).st_mtime) 70 if not source_date_epoch or mtime > source_date_epoch: 71 source_date_epoch = mtime 140 mtime = int(os.lstat(filename).st_mtime) 142 mtime = 0 143 if not source_date_epoch or mtime > source_date_epoch: 144 source_date_epoch = mtime
|
| H A D | sstatesig.py | 434 mtime = get_time(fullpath) 435 if mtime: 436 hashfiles[taskhash] = {'path':fullpath, 'sstate':False, 'time':mtime} 442 mtime = get_time(fullpath) 443 if mtime: 444 hashfiles[hashval] = {'path':fullpath, 'sstate':False, 'time':mtime} 475 mtime = get_time(fullpath) 476 if mtime: 477 hashfiles[actual_hashval] = {'path':fullpath, 'sstate':True, 'time':mtime}
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/ |
| H A D | rdist-6.1.5-lfs.patch | 56 - debugmsg(DM_MISC, "update(%s,) size %d mtime %d owner '%s' grp '%s'\n", 57 - rname, (int) size, mtime, owner, group); 58 + debugmsg(DM_MISC, "update(%s,) size %lld mtime %d owner '%s' grp '%s'\n", 59 + rname, (off_t) size, mtime, owner, group); 61 if (statp->st_mtime != mtime) { 62 if (statp->st_mtime < mtime && IS_ON(opts, DO_YOUNGER)) { 100 - "recvit: opts = %04o mode = %04o size = %d mtime = %d", 101 + "recvit: opts = %04o mode = %04o size = %lld mtime = %d", 102 opts, mode, size, mtime);
|
| /openbmc/openbmc/poky/meta/recipes-devtools/dosfstools/dosfstools/ |
| H A D | source-date-epoch.patch | 39 struct tm *mtime; 49 - mtime = (now != (time_t)-1) ? localtime(&now) : NULL; 62 + mtime = gmtime(&now); 65 + mtime = (now != (time_t)-1) ? localtime(&now) : NULL; 68 if (mtime && mtime->tm_year >= 80 && mtime->tm_year <= 207) { 69 de.time = htole16((unsigned short)((mtime->tm_sec >> 1) + 70 (mtime->tm_min << 5) +
|
| /openbmc/u-boot/fs/btrfs/ |
| H A D | btrfs.c | 32 time_t mtime; in readdir_callback() local 40 mtime = inode.mtime.sec; in readdir_callback() 41 ctime_r(&mtime, filetime); in readdir_callback()
|
| /openbmc/openbmc-tools/ipkdbg/ |
| H A D | Makefile | 27 --clamp-mtime \ 28 --mtime="@${SOURCE_DATE_EPOCH}" \
|
| /openbmc/qemu/scripts/ |
| H A D | analyse-9p-simpletrace.py | 102 def v9fs_stat_return(self, tag, id, mode, atime, mtime, length): argument 103 …print("RSTAT (tag =", tag, ", mode =", mode, ", atime =", atime, ", mtime =", mtime, ", length =",… 174 def v9fs_wstat(self, tag, id, fid, mode, atime, mtime): argument 175 …TAT (tag =", tag, ", fid =", fid, ", mode =", oct(mode), ", atime =", atime, "mtime =", mtime, ")")
|
| /openbmc/fb-ipmi-oem/include/ |
| H A D | usb-dbg.hpp | 94 time_t mtime; member 96 frame() : buf(nullptr), pages(0), mtime(0) {} in frame()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/ |
| H A D | uw-imap-fix-incompatible-pointer-types.patch | 32 tp[0] = sbuf.st_atime; /* preserve atime and mtime */ 51 tp[1] = sbuf.st_mtime; /* preserve mtime */ 60 tp[1] = sbuf.st_mtime; /* preserve mtime */ 101 tp[0] = sbuf.st_atime; /* preserve atime and mtime */ 136 /* set atime to now, mtime a second earlier */ 150 tp[0] = sbuf.st_atime; /* preserve atime and mtime */ 178 tp[1] = sbuf.st_mtime; /* preserve mtime */ 196 tp[1] = sbuf.st_mtime; /* preserve mtime */ 237 tp[0] = sbuf.st_atime; /* preserve atime and mtime */ 265 tp[1] = sbuf.st_mtime; /* preserve mtime */ [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop/ |
| H A D | gnome-desktop-thumbnail-don-t-assume-time_t-is-long.patch | 15 g_snprintf (mtime_str, 21, "%" G_GINT64_FORMAT, (gint64) mtime) 56 if (mtime != thumb_mtime)
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | cml1.bbclass | 48 mtime = os.path.getmtime(config) 51 mtime = 0 69 if newmtime > mtime:
|
| /openbmc/u-boot/include/ |
| H A D | ext_common.h | 77 __le32 mtime; member 164 __le32 mtime; member
|
| H A D | zfs_common.h | 86 time_t mtime; member
|
| /openbmc/qemu/hw/9pfs/ |
| H A D | trace-events | 11 …_t id, int32_t mode, int32_t atime, int32_t mtime, int64_t length) "tag %d id %d stat={mode %d ati… 35 …t32_t fid, int32_t mode, int32_t atime, int32_t mtime) "tag %u id %u fid %d stat={mode %d atime %d… 49 …d %u fid %d iattr={valid %d mode %d uid %d gid %d size %"PRId64" atime=%"PRId64" mtime=%"PRId64" }"
|
| /openbmc/openbmc/poky/bitbake/lib/bb/ |
| H A D | checksum.py | 60 (mtime, hashval) = entry 61 if cmtime == mtime:
|
| /openbmc/openbmc/poky/documentation/dev-manual/ |
| H A D | disk-space.rst | 36 find build/sstate-cache -type f -mtime +$DAYS -delete 41 You could use ``-atime`` instead of ``-mtime`` if the partition isn't mounted
|
| /openbmc/openbmc/poky/bitbake/lib/bb/parse/ |
| H A D | __init__.py | 65 def check_mtime(f, mtime): argument 72 return current_mtime == mtime
|
| /openbmc/openbmc/poky/meta/recipes-devtools/dpkg/ |
| H A D | dpkg_1.22.11.bb | 13 file://0007-dpkg-deb-build.c-Remove-usage-of-clamp-mtime-in-tar.patch \
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rarpd/rarpd/ |
| H A D | 0005-ethernet.c-remove-it.patch | 181 - static long mtime = 0, ctime = 0; 185 - mtime != st.st_mtime || ctime != st.st_ctime || 200 - mtime = st.st_mtime;
|
| /openbmc/qemu/fsdev/ |
| H A D | 9p-marshal.h | 25 int32_t mtime; member
|
| H A D | 9p-iov-marshal.c | 159 &statp->mtime, &statp->length, in v9fs_iov_vunmarshal() 265 statp->mtime, statp->length, in v9fs_iov_vmarshal()
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/ |
| H A D | rdist_6.1.5.bb | 4 hosts. It preserves the owner, group, mode, and mtime of files if \
|
| /openbmc/qemu/include/standard-headers/linux/ |
| H A D | fuse.h | 282 uint64_t mtime; member 322 struct fuse_sx_time mtime; member 773 uint64_t mtime; member
|