HomeSort by relevance Sort by last modified time
    Searched refs:atime (Results 1 - 25 of 190) sorted by null

1 2 3 4 5 6 7 8

  /external/strace/
stat.h 43 long long atime; member in struct:strace_stat
oldstat.c 55 .atime = sign_extend_unsigned_to_ll(buf.st_atime),
print_struct_stat.c 80 PRINT_ST_TIME(atime);
fetch_struct_stat.c 94 dst->atime = sign_extend_unsigned_to_ll(buf.st_atime);
fetch_struct_stat64.c 92 dst->atime = sign_extend_unsigned_to_ll(buf.st_atime);
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/shm_h/
6-1-buildonly.c 32 time_t atime = 0, dtime = 0, ctime = 0; local
39 t.shm_atime = atime;
  /external/syslinux/
now.pl 10 ($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size,$atime,$mtime,
  /prebuilts/go/darwin-x86/src/os/
export_test.go 9 var Atime = atime
stat_dragonfly.go 49 func atime(fi FileInfo) time.Time { func
stat_solaris.go 49 func atime(fi FileInfo) time.Time { func
example_test.go 32 atime := time.Date(2007, time.March, 2, 4, 5, 6, 0, time.UTC)
33 if err := os.Chtimes("some-filename", atime, mtime); err != nil {
  /prebuilts/go/linux-x86/src/os/
export_test.go 9 var Atime = atime
stat_dragonfly.go 49 func atime(fi FileInfo) time.Time { func
stat_solaris.go 49 func atime(fi FileInfo) time.Time { func
example_test.go 32 atime := time.Date(2007, time.March, 2, 4, 5, 6, 0, time.UTC)
33 if err := os.Chtimes("some-filename", atime, mtime); err != nil {
  /external/openssh/
sftp-common.h 41 u_int32_t atime; member in struct:Attrib
sftp-common.c 61 a->atime = 0;
79 a->atime = st->st_atime;
98 st->st_atime = a->atime;
126 if ((r = sshbuf_get_u32(b, &a->atime)) != 0 ||
174 if ((r = sshbuf_put_u32(b, a->atime)) != 0 ||
  /external/ltp/testcases/kernel/fs/ext4-new-features/ext4-nsec-timestamps/
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: \
93 # Change atime, ctime and mtime of the file
100 sec_atime=`ext4_file_time mnt_point/tmp_file atime sec`
103 nsec_atime=`ext4_file_time mnt_point/tmp_file atime nsec`
149 nsec_atime2=`ext4_file_time mnt_point/tmp_file atime nsec`
156 unexpected. Before[atime mtime ctime]: $nsec_atime
    [all...]
  /libcore/ojluni/src/main/java/java/util/zip/
ZipEntry.java 51 FileTime atime; // last access time, from extra field data field in class:ZipEntry
146 atime = e.atime;
294 this.atime = Objects.requireNonNull(time, "lastAccessTime");
311 return atime;
522 atime = winTimeToFileTime(get64(extra, pos + 12));
537 atime = unixTimeToFileTime(get32(extra, off + sz0));
  /external/ltp/testcases/kernel/syscalls/utimensat/
utimensat_tests.sh 78 # Create file and make atime and mtime zero.
86 read res atime mtime < $RESULT_FILE
88 test $atime -ne 0 || test $mtime != 0; then
139 read res atime mtime < $RESULT_FILE
143 echo "RESULT: $res $atime $mtime"
152 # If the test program exited successfully, then check that atime and
157 if test $atime -eq 0; then
158 echo "atime should have changed, but did not"
162 if test $atime -ne 0; then
163 echo "atime should not have changed, but did
    [all...]
  /external/python/cpython2/Demo/rpc/
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/syslinux/libfat/
fat.h 89 le16_t atime; /* Date portion (high 16 bits) of atime */ member in struct:fat_dirent
  /cts/tests/tests/permission/src/android/permission/cts/
FileUtils.java 73 public long atime; field in class:FileUtils.FileStatus
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
nfs_prot.x 124 nfstime atime; /* time of last access */
137 nfstime atime; /* time of last access */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
nfs_prot.x 124 nfstime atime; /* time of last access */
137 nfstime atime; /* time of last access */

Completed in 682 milliseconds

1 2 3 4 5 6 7 8