/external/e2fsprogs/tests/f_pre_1970_date_encoding/ |
D | expect | 3 atime: 0x8e475440:00000003 8 atime: 0x11db6940:00000000 13 atime: 0x82a37b40:00000001 18 atime: 0x3e9b9940:00000001 23 atime: 0x8e475440:00000000 28 atime: 0x11db6940:00000000 33 atime: 0x82a37b40:00000001 38 atime: 0x3e9b9940:00000001 43 atime: 0x8e475440:00000003
|
D | script | 17 for xtime in atime ctime mtime crtime; do 89 atime: 0x8e475440:00000003
|
/external/ltp/testcases/kernel/fs/ext4-new-features/ext4-nsec-timestamps/ |
D | ext4_nsec_timestamps_test.sh | 52 atime=`ext4_file_time mnt_point/tmp_file atime nsec` 56 if [ $atime -ne 0 -o $mtime -ne 0 -o $ctime -ne 0 ]; then 57 tst_resm TFAIL "Timestamp is not second(atime: $atime, mtime: \ 95 sec_atime=`ext4_file_time mnt_point/tmp_file atime sec` 98 nsec_atime=`ext4_file_time mnt_point/tmp_file atime nsec` 139 nsec_atime2=`ext4_file_time mnt_point/tmp_file atime nsec`
|
/external/e2fsprogs/tests/d_inline_dump/ |
D | expect | 9 atime: 0x53cec3c8:4a3fd000 -- Tue Jul 22 20:04:24 2014 25 atime: 0x53cec443:bda4d400 -- Tue Jul 22 20:06:27 2014 42 atime: 0x53cec410:ed53dc00 -- Tue Jul 22 20:05:36 2014 58 atime: 0x53cec477:9a5ba000 -- Tue Jul 22 20:07:19 2014 75 atime: 0x53cec665:27eac000 -- Tue Jul 22 20:15:33 2014 90 atime: 0x53cec44d:11fb8400 -- Tue Jul 22 20:06:37 2014
|
/external/e2fsprogs/tests/d_special_files/ |
D | expect | 12 atime: 0x50f560e0 -- Tue Jan 15 14:00:00 2013 24 atime: 0x50f560e0 -- Tue Jan 15 14:00:00 2013 49 atime: 0x50f560e0 -- Tue Jan 15 14:00:00 2013 62 atime: 0x50f560e0 -- Tue Jan 15 14:00:00 2013 74 atime: 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" 161 if test $atime -eq 0; then 166 if test $atime -ne 0; then
|
/external/openssh/ |
D | sftp-common.c | 61 a->atime = 0; in attrib_clear() 79 a->atime = st->st_atime; in stat_to_attrib() 98 st->st_atime = a->atime; in attrib_to_stat() 126 if ((r = sshbuf_get_u32(b, &a->atime)) != 0 || in decode_attrib() 174 if ((r = sshbuf_put_u32(b, a->atime)) != 0 || in encode_attrib()
|
D | sftp-common.h | 41 u_int32_t atime; member
|
D | scp.c | 937 #define atime tv[0] macro 1015 atime.tv_sec = ull; 1016 atime.tv_usec = strtol(cp, &cp, 10); 1017 if (!cp || *cp++ != '\0' || atime.tv_usec < 0 || 1018 atime.tv_usec > 999999)
|
/external/python/cpython3/Tools/scripts/ |
D | pathfix.py | 133 atime = None 138 atime = statbuf.st_atime 160 if atime and mtime: 162 os.utime(filename, (atime, mtime))
|
/external/e2fsprogs/tests/f_badcluster/ |
D | expect | 119 atime: 0x539ff5b2 -- Tue Jun 17 08:00:50 2014 131 atime: 0x539ff5b2 -- Tue Jun 17 08:00:50 2014 143 atime: 0x539ff5b2 -- Tue Jun 17 08:00:50 2014 155 atime: 0x539ff5b2 -- Tue Jun 17 08:00:50 2014 166 atime: 0x539ff5b2 -- Tue Jun 17 08:00:50 2014 178 atime: 0x539ff5b2 -- Tue Jun 17 08:00:50 2014 190 atime: 0x539ff5b2 -- Tue Jun 17 08:00:50 2014
|
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/shm_h/ |
D | 6-1-buildonly.c | 32 time_t atime = 0, dtime = 0, ctime = 0; in dummyfcn() local 39 t.shm_atime = atime; in dummyfcn()
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/dump/ |
D | DumpArchiveEntry.java | 187 private long atime; field in DumpArchiveEntry 736 return new Date(atime); in getAccessTime() 743 public void setAccessTime(final Date atime) { in setAccessTime() argument 744 this.atime = atime.getTime(); in setAccessTime()
|
/external/python/cpython2/Demo/rpc/ |
D | nfsclient.py | 37 mode, uid, gid, size, atime, mtime = sa 42 self.pack_timeval(atime) 110 atime = self.unpack_timeval() 114 rdev, blocks, fsid, fileid, atime, mtime, ctime)
|
/external/curl/tests/python_dependencies/impacket/ |
D | smbserver.py | 208 (mode, ino, dev, nlink, uid, gid, size, atime, mtime, ctime) = os.stat(pathName) 313 (mode, ino, dev, nlink, uid, gid, size, atime, mtime, ctime) = os.stat(i) 326 item['LastAccessTime'] = getFileTime(atime) 337 item['LastAccessTime'] = getFileTime(atime) 348 item['LastAccessTime'] = getFileTime(atime) 357 item['LastAccessDate'] = getSMBDate(atime) 358 item['LastAccessTime'] = getSMBTime(atime) 384 (mode, ino, dev, nlink, uid, gid, size, atime, mtime, ctime) = os.stat(pathName) 388 infoRecord['LastAccessTime'] = getFileTime(atime) 406 infoRecord['LastAccessTime'] = getFileTime(atime) [all …]
|
/external/ltp/testcases/kernel/syscalls/mount/ |
D | mount03.c | 132 time_t atime; in test_rwflag() local 311 atime = file_stat.st_atime; in test_rwflag() 328 if (file_stat.st_atime != atime) { in test_rwflag()
|
/external/strace/ |
D | stat.h | 43 long long atime; member
|
D | print_struct_stat.c | 80 PRINT_ST_TIME(atime); in print_struct_stat()
|
D | oldstat.c | 55 .atime = sign_extend_unsigned_to_ll(buf.st_atime), in print_old_kernel_stat()
|
D | fetch_struct_stat64.c | 92 dst->atime = sign_extend_unsigned_to_ll(buf.st_atime); in MPERS_PRINTER_DECL()
|
D | fetch_struct_stat.c | 94 dst->atime = sign_extend_unsigned_to_ll(buf.st_atime); in MPERS_PRINTER_DECL()
|
/external/e2fsprogs/tests/f_convert_bmap_sparse/ |
D | expect.1 | 9 atime: 0x59247d36 -- Tue May 23 18:19:34 2017
|
/external/e2fsprogs/tests/f_convert_bmap/ |
D | expect.1 | 9 atime: 0x5457f87a:61ba0598 -- Mon Nov 3 21:49:46 2014
|
/external/e2fsprogs/tests/f_convert_bmap_and_extent/ |
D | expect.1 | 9 atime: 0x5457f87a:61ba0598 -- Mon Nov 3 21:49:46 2014
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_xdp_noinline.c | 157 __u64 atime; member 604 new_dst_lru.atime = cur_time; in get_packet_dst() 626 if (cur_time - dst_lru->atime > 300000) in connection_table_lookup() 628 dst_lru->atime = cur_time; in connection_table_lookup()
|