Home
last modified time | relevance | path

Searched refs:mtime (Results 1 – 25 of 60) sorted by relevance

123

/openbmc/openbmc/poky/meta/recipes-devtools/dpkg/dpkg/
H A D0007-dpkg-deb-build.c-Remove-usage-of-clamp-mtime-in-tar.patch4 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 D0003-rdoc-build-reproducible-documentation.patch24 - 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 Dreproducible.py68 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 Dsstatesig.py434 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 Drdist-6.1.5-lfs.patch56 - 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 Dsource-date-epoch.patch39 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 Dbtrfs.c32 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 DMakefile27 --clamp-mtime \
28 --mtime="@${SOURCE_DATE_EPOCH}" \
/openbmc/qemu/scripts/
H A Danalyse-9p-simpletrace.py102 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 Dusb-dbg.hpp94 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 Duw-imap-fix-incompatible-pointer-types.patch32 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 Dgnome-desktop-thumbnail-don-t-assume-time_t-is-long.patch15 g_snprintf (mtime_str, 21, "%" G_GINT64_FORMAT, (gint64) mtime)
56 if (mtime != thumb_mtime)
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dcml1.bbclass48 mtime = os.path.getmtime(config)
51 mtime = 0
69 if newmtime > mtime:
/openbmc/u-boot/include/
H A Dext_common.h77 __le32 mtime; member
164 __le32 mtime; member
H A Dzfs_common.h86 time_t mtime; member
/openbmc/qemu/hw/9pfs/
H A Dtrace-events11 …_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 Dchecksum.py60 (mtime, hashval) = entry
61 if cmtime == mtime:
/openbmc/openbmc/poky/documentation/dev-manual/
H A Ddisk-space.rst36 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__.py65 def check_mtime(f, mtime): argument
72 return current_mtime == mtime
/openbmc/openbmc/poky/meta/recipes-devtools/dpkg/
H A Ddpkg_1.22.11.bb13 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 D0005-ethernet.c-remove-it.patch181 - 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 D9p-marshal.h25 int32_t mtime; member
H A D9p-iov-marshal.c159 &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 Drdist_6.1.5.bb4 hosts. It preserves the owner, group, mode, and mtime of files if \
/openbmc/qemu/include/standard-headers/linux/
H A Dfuse.h282 uint64_t mtime; member
322 struct fuse_sx_time mtime; member
773 uint64_t mtime; member

123