Home
last modified time | relevance | path

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

12345678910

/external/e2fsprogs/tests/f_pre_1970_date_encoding/
Dexpect4 mtime: 0x8e475440:00000003
9 mtime: 0x11db6940:00000000
14 mtime: 0x82a37b40:00000001
19 mtime: 0x3e9b9940:00000001
24 mtime: 0x8e475440:00000000
29 mtime: 0x11db6940:00000000
34 mtime: 0x82a37b40:00000001
39 mtime: 0x3e9b9940:00000001
44 mtime: 0x8e475440:00000003
/external/rust/crates/flate2/src/gz/
Dmod.rs27 mtime: u32, field
63 pub fn mtime(&self) -> u32 { in mtime() method
64 self.mtime in mtime()
75 if self.mtime == 0 { in mtime_as_datetime()
78 let duration = time::Duration::new(u64::from(self.mtime), 0); in mtime_as_datetime()
117 mtime: u32, field
128 mtime: 0, in new()
133 pub fn mtime(mut self, mtime: u32) -> GzBuilder { in mtime() method
134 self.mtime = mtime; in mtime()
203 mtime, in into_header()
[all …]
/external/mtools/
Dmmd.c52 time_t mtime; member
73 mk_entry(dosname, ATTR_DIR, 1, 0, arg->mtime, &targetEntry->dir); in makeit()
89 mk_entry_from_base(".. ", ATTR_DIR, fat, 0, arg->mtime, &subEntry.dir); in makeit()
95 mk_entry_from_base(". ", ATTR_DIR, fat, 0, arg->mtime, &subEntry.dir); in makeit()
98 mk_entry(dosname, ATTR_DIR | arg->attr, fat, 0, arg->mtime, in makeit()
119 unsigned char attr, time_t mtime) in createDir() argument
126 arg.mtime = mtime; in createDir()
Dmcopy.c39 static void set_mtime(const char *target, time_t mtime) in set_mtime() argument
41 if (target && strcmp(target, "-") && mtime != 0L) { in set_mtime()
44 tv[0].tv_sec = mtime; in set_mtime()
46 tv[1].tv_sec = mtime; in set_mtime()
53 utbuf.actime = mtime; in set_mtime()
54 utbuf.modtime = mtime; in set_mtime()
106 time_t mtime; in _unix_write() local
113 File->Class->get_data(File, &mtime, 0, 0, 0); in _unix_write()
116 mtime = 0L; in _unix_write()
187 set_mtime(unixFile, mtime); in _unix_write()
[all …]
/external/elfutils/libdw/
Ddwarf_filesrc.c38 dwarf_filesrc (Dwarf_Files *file, size_t idx, Dwarf_Word *mtime, in dwarf_filesrc() argument
44 if (mtime != NULL) in dwarf_filesrc()
45 *mtime = file->info[idx].mtime; in dwarf_filesrc()
Ddwarf_linesrc.c38 dwarf_linesrc (Dwarf_Line *line, Dwarf_Word *mtime, Dwarf_Word *length) in dwarf_linesrc() argument
49 if (mtime != NULL) in dwarf_linesrc()
50 *mtime = line->files->info[line->file].mtime; in dwarf_linesrc()
/external/squashfs-tools/squashfs-tools/
Dsquashfs_fs.h315 int mtime; member
324 int mtime; member
334 int mtime; member
345 int mtime; member
356 int mtime; member
368 int mtime; member
380 int mtime; member
394 int mtime; member
411 int mtime; member
425 int mtime; member
Dsquashfs_compat.h79 int mtime; member
88 int mtime; member
98 int mtime; member
109 int mtime; member
121 int mtime; member
135 int mtime; member
150 int mtime; member
164 int mtime; member
272 SQUASHFS_SWAP((s)->mtime, d, 32, 32);\
484 int mtime; member
[all …]
/external/python/setuptools/setuptools/tests/
Dtest_dep_util.py12 mtime = 0
20 os.utime(creation_order[i], (mtime, mtime))
21 mtime += 1
/external/python/cpython2/Lib/
Dlinecache.py60 size, mtime, lines, fullname = cache[filename]
61 if mtime is None:
68 if size != stat.st_size or mtime != stat.st_mtime:
137 size, mtime = stat.st_size, stat.st_mtime
138 cache[filename] = size, mtime, lines, fullname
Ddircache.py28 mtime = os.stat(path).st_mtime
29 if mtime != cached_mtime:
32 cache[path] = mtime, list
/external/elfutils/libdwfl/
Ddwfl_lineinfo.c38 Dwarf_Word *mtime, Dwarf_Word *length) in dwfl_lineinfo() argument
60 if (mtime != NULL) in dwfl_lineinfo()
61 *mtime = file->mtime; in dwfl_lineinfo()
/external/python/cpython2/Tools/scripts/
Dcheckpyc.py53 mtime = get_long(mtime_str)
54 if mtime == 0 or mtime == -1:
56 elif mtime <> st[ST_MTIME]:
/external/squashfs-tools/kernel/include/linux/
Dsquashfs_fs.h250 __le32 mtime; member
259 __le32 mtime; member
269 __le32 mtime; member
280 __le32 mtime; member
292 __le32 mtime; member
306 __le32 mtime; member
323 __le32 mtime; member
337 __le32 mtime; member
/external/squashfs-tools/kernel/fs/squashfs/
Dsquashfs_fs.h251 __le32 mtime; member
260 __le32 mtime; member
270 __le32 mtime; member
281 __le32 mtime; member
293 __le32 mtime; member
307 __le32 mtime; member
324 __le32 mtime; member
338 __le32 mtime; member
/external/autotest/client/site_tests/graphics_Power/
Dgraphics_Power.py44 mtime = os.path.getmtime(self.filename)
46 mtime = None
48 return self.MonitoredFileStatus(exists=exists, mtime=mtime)
73 self._prev_status.mtime != self._curr_status.mtime)
/external/python/cpython3/Lib/
Dlinecache.py68 size, mtime, lines, fullname = entry
69 if mtime is None:
76 if size != stat.st_size or mtime != stat.st_mtime:
142 size, mtime = stat.st_size, stat.st_mtime
143 cache[filename] = size, mtime, lines, fullname
/external/e2fsprogs/tests/d_inline_dump/
Dexpect10 mtime: 0x53cec3c8:4c281800 -- Tue Jul 22 20:04:24 2014
26 mtime: 0x53cec443:bf8d1c00 -- Tue Jul 22 20:06:27 2014
43 mtime: 0x53cec42b:241a3000 -- Tue Jul 22 20:06:03 2014
59 mtime: 0x53cec477:9a5ba000 -- Tue Jul 22 20:07:19 2014
76 mtime: 0x53cec3b6:82841c00 -- Tue Jul 22 20:04:06 2014
91 mtime: 0x53cec44c:a1fcc000 -- Tue Jul 22 20:06:36 2014
/external/python/cpython2/Lib/test/
Dtest_zipimport.py28 def make_pyc(co, mtime): argument
30 if type(mtime) is type(0.0):
32 if mtime < 0x7fffffff:
33 mtime = int(mtime)
35 mtime = int(-0x100000000L + long(mtime))
36 pyc = imp.get_magic() + struct.pack("<i", int(mtime)) + data
72 for name, (mtime, data) in files.items():
73 zinfo = ZipInfo(name, time.localtime(mtime))
210 for name, (mtime, data) in files.items():
211 zinfo = ZipInfo(name, time.localtime(mtime))
[all …]
Dtest_gzip.py240 mtime = 123456789
241 with gzip.GzipFile(self.filename, 'w', mtime = mtime) as fWrite:
247 self.assertEqual(fRead.mtime, mtime)
250 mtime = 123456789
252 with gzip.GzipFile(self.filename, 'w', mtime = mtime) as fWrite:
268 self.assertEqual(mtimeBytes, struct.pack('<i', mtime)) # little-endian
/external/rust/crates/nix/src/sys/
Dstat.rs194 pub fn utimes<P: ?Sized + NixPath>(path: &P, atime: &TimeVal, mtime: &TimeVal) -> Result<()> { in utimes()
195 let times: [libc::timeval; 2] = [*atime.as_ref(), *mtime.as_ref()]; in utimes()
219 pub fn lutimes<P: ?Sized + NixPath>(path: &P, atime: &TimeVal, mtime: &TimeVal) -> Result<()> { in lutimes()
220 let times: [libc::timeval; 2] = [*atime.as_ref(), *mtime.as_ref()]; in lutimes()
234 pub fn futimens(fd: RawFd, atime: &TimeSpec, mtime: &TimeSpec) -> Result<()> { in futimens()
235 let times: [libc::timespec; 2] = [*atime.as_ref(), *mtime.as_ref()]; in futimens()
269 mtime: &TimeSpec, in utimensat()
277 let times: [libc::timespec; 2] = [*atime.as_ref(), *mtime.as_ref()]; in utimensat()
/external/libcups/cgi-bin/
Dhelp-index.c137 time_t mtime);
138 …lename, const char *anchor, const char *section, const char *text, time_t mtime, off_t offset, siz…
223 time_t mtime; /* Modification time */ in helpLoadIndex() local
308 mtime = 0; in helpLoadIndex()
311 mtime = strtol(ptr, &ptr, 10); in helpLoadIndex()
362 mtime, offset, length)) == NULL) in helpLoadIndex()
469 node->filename, (int)node->mtime, in helpSaveIndex()
794 if (node->mtime == dent->fileinfo.st_mtime) in help_load_directory()
841 time_t mtime) /* I - Modification time */ in help_load_file() argument
1022 node->mtime = mtime; in help_load_file()
[all …]
/external/e2fsprogs/tests/d_special_files/
Dexpect13 mtime: 0x50f560e0 -- Tue Jan 15 14:00:00 2013
25 mtime: 0x50f560e0 -- Tue Jan 15 14:00:00 2013
50 mtime: 0x50f560e0 -- Tue Jan 15 14:00:00 2013
63 mtime: 0x50f560e0 -- Tue Jan 15 14:00:00 2013
75 mtime: 0x50f560e0 -- Tue Jan 15 14:00:00 2013
/external/ltp/testcases/kernel/syscalls/utimensat/
Dutimensat_tests.sh90 read res atime mtime < $RESULT_FILE
92 test $atime -ne 0 || test $mtime != 0; then
143 read res atime mtime < $RESULT_FILE
147 echo "RESULT: $res $atime $mtime"
173 if test $mtime -eq 0; then
178 if test $mtime -ne 0; then
/external/elfutils/tests/
Ddwfllines.c68 Dwarf_Word mtime; in main() local
71 &mtime, &length); in main()
140 assert (mtime == dw_mtime); in main()
148 i, addr, src, lineno, colno, mtime, length, in main()

12345678910