/external/e2fsprogs/tests/f_pre_1970_date_encoding/ |
D | expect | 4 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/ltp/testcases/kernel/fs/ext4-new-features/ext4-nsec-timestamps/ |
D | ext4_nsec_timestamps_test.sh | 53 mtime=`ext4_file_time mnt_point/tmp_file mtime nsec` 56 if [ $atime -ne 0 -o $mtime -ne 0 -o $ctime -ne 0 ]; then 58 $mtime, ctime: $ctime)" 96 sec_mtime=`ext4_file_time mnt_point/tmp_file mtime sec` 99 nsec_mtime=`ext4_file_time mnt_point/tmp_file mtime nsec` 140 nsec_mtime2=`ext4_file_time mnt_point/tmp_file mtime nsec`
|
/external/squashfs-tools/squashfs-tools/ |
D | squashfs_fs.h | 315 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
|
D | squashfs_compat.h | 79 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/elfutils/libdw/ |
D | dwarf_filesrc.c | 38 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()
|
D | dwarf_linesrc.c | 38 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/python/setuptools/setuptools/tests/ |
D | test_dep_util.py | 12 mtime = 0 20 os.utime(creation_order[i], (mtime, mtime)) 21 mtime += 1
|
/external/python/cpython2/Lib/ |
D | linecache.py | 60 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
|
D | dircache.py | 28 mtime = os.stat(path).st_mtime 29 if mtime != cached_mtime: 32 cache[path] = mtime, list
|
D | gzip.py | 46 compresslevel=9, fileobj=None, mtime=None): argument 132 self.mtime = mtime 180 mtime = self.mtime 181 if mtime is None: 182 mtime = time.time() 183 write32u(self.fileobj, long(mtime)) 201 self.mtime = read32(self.fileobj)
|
/external/elfutils/libdwfl/ |
D | dwfl_lineinfo.c | 38 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/squashfs-tools/kernel/fs/squashfs/ |
D | squashfs_fs.h | 251 __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/squashfs-tools/kernel/include/linux/ |
D | squashfs_fs.h | 250 __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/python/cpython2/Lib/test/ |
D | test_zipimport.py | 28 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 …]
|
D | test_gzip.py | 240 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/python/cpython3/Lib/ |
D | linecache.py | 70 size, mtime, lines, fullname = entry 71 if mtime is None: 78 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/python/cpython2/Tools/scripts/ |
D | checkpyc.py | 53 mtime = get_long(mtime_str) 54 if mtime == 0 or mtime == -1: 56 elif mtime <> st[ST_MTIME]:
|
/external/e2fsprogs/tests/d_inline_dump/ |
D | expect | 10 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/e2fsprogs/tests/d_special_files/ |
D | expect | 13 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/ |
D | utimensat_tests.sh | 90 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/python/cpython2/Demo/pdist/ |
D | FSProxy.py | 157 def mtime(self, name): member in FSProxyLocal 164 mtime = time.localtime(os.stat(name)[ST_MTIME]) 165 return size, mtime 170 mtime = time.localtime(os.stat(name)[ST_MTIME]) 171 return sum, size, mtime 191 return self._list(self.mtime, list) 217 return self.dict(self.mtime, list)
|
/external/elfutils/tests/ |
D | dwfllines.c | 68 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()
|
/external/python/cpython3/Tools/scripts/ |
D | checkpyc.py | 54 mtime = get_long(mtime_str) 55 if mtime in {0, -1}: 57 elif mtime != st[ST_MTIME]:
|
/external/openssh/ |
D | sftp-common.c | 62 a->mtime = 0; in attrib_clear() 80 a->mtime = st->st_mtime; in stat_to_attrib() 99 st->st_mtime = a->mtime; in attrib_to_stat() 127 (r = sshbuf_get_u32(b, &a->mtime)) != 0) in decode_attrib() 175 (r = sshbuf_put_u32(b, a->mtime)) != 0) in encode_attrib()
|
/external/u-boot/fs/btrfs/ |
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()
|