/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/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/rust/crates/nix/src/sys/ |
D | stat.rs | 194 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() 268 atime: &TimeSpec, in utimensat() 277 let times: [libc::timespec; 2] = [*atime.as_ref(), *mtime.as_ref()]; in utimensat()
|
/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 | 62 a->atime = 0; in attrib_clear() 80 a->atime = st->st_atime; in stat_to_attrib() 99 st->st_atime = a->atime; in attrib_to_stat() 127 if ((r = sshbuf_get_u32(b, &a->atime)) != 0 || in decode_attrib() 175 if ((r = sshbuf_put_u32(b, a->atime)) != 0 || in encode_attrib()
|
D | sftp-common.h | 41 u_int32_t atime; member
|
/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/python/cpython3/Tools/scripts/ |
D | pathfix.py | 151 atime = None 156 atime = statbuf.st_atime 178 if atime and mtime: 180 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/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/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/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/python/pyfakefs/pyfakefs/ |
D | helpers.py | 158 atime = self._st_atime_ns / 1e9 159 return atime if self.use_float else int(atime)
|
/external/e2fsprogs/tests/f_convert_bmap_and_extent/ |
D | expect.1 | 9 atime: 0x5457f87a:61ba0598 -- Mon Nov 3 21:49:46 2014
|
/external/llvm-project/llvm/utils/release/ |
D | export.sh | 60 --pax-option=exthdr.name=%d/PaxHeaders/%f,delete=atime,delete=ctime \
|
/external/llvm-project/lld/test/COFF/ |
D | lto-cache.ll | 2 ; NetBSD: noatime mounts currently inhibit 'touch' from updating atime
|