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

1 2 3 4 5

  /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 46 atime := time.Date(2007, time.March, 2, 4, 5, 6, 0, time.UTC)
47 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 46 atime := time.Date(2007, time.March, 2, 4, 5, 6, 0, time.UTC)
47 if err := os.Chtimes("some-filename", atime, mtime); err != nil {
  /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/python/cpython3/Tools/scripts/
pathfix.py 127 atime = None
132 atime = statbuf.st_atime
148 if atime and mtime:
150 os.utime(filename, (atime, mtime))
  /external/ltp/testcases/kernel/syscalls/utimensat/
utimensat_tests.sh 82 # Create file and make atime and mtime zero.
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"
156 # If the test program exited successfully, then check that atime and
161 if test $atime -eq 0; then
162 echo "atime should have changed, but did not"
166 if test $atime -ne 0; then
167 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.15-4.8/sysroot/usr/include/rpcsvc/
nfs_prot.x 124 nfstime atime; /* time of last access */
137 nfstime atime; /* time of last access */
  /system/core/adb/
file_sync_service.h 61 int64_t atime; member in struct:syncmsg::__anon2739
  /external/ltp/testcases/kernel/syscalls/mount/
mount03.c 132 time_t atime; local
311 atime = file_stat.st_atime;
328 if (file_stat.st_atime != atime) {

Completed in 605 milliseconds

1 2 3 4 5