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

1 2 3

  /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/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 ||
scp.c 577 fprintf(stderr, "File mtime %lld atime %lld\n",
937 #define atime tv[0] macro
1008 SCREWUP("atime.sec not present");
1011 SCREWUP("atime.sec not delimited");
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)
1019 SCREWUP("atime.usec not delimited");
  /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: \
88 # Change atime, ctime and mtime of the file
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`
146 unexpected. Before[atime mtime ctime]: $nsec_atime
    [all...]
  /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/python/cpython3/Tools/scripts/
pathfix.py 133 atime = None
138 atime = statbuf.st_atime
160 if atime and mtime:
162 os.utime(filename, (atime, mtime))
  /external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/dump/
DumpArchiveEntry.java 187 private long atime; field in class:DumpArchiveEntry
736 return new Date(atime);
741 * @param atime the access time
743 public void setAccessTime(final Date atime) {
744 this.atime = atime.getTime();
  /cts/tests/tests/permission/src/android/permission/cts/
FileUtils.java 73 public long atime; field in class:FileUtils.FileStatus
  /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) {
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
FileUtils.java 72 public long atime; field in class:FileUtils.FileStatus
  /cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
FileUtils.java 72 public long atime; field in class:FileUtils.FileStatus
  /external/curl/tests/python_dependencies/impacket/
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...]
  /bionic/libc/kernel/uapi/linux/
jffs2.h 102 jint32_t atime; member in struct:jffs2_raw_inode
fuse.h 29 uint64_t atime; member in struct:fuse_attr
234 uint64_t atime; member in struct:fuse_setattr_in
  /external/kernel-headers/original/uapi/linux/
jffs2.h 135 /* The uid, gid, atime, mtime and ctime members could be longer, but
152 jint32_t atime; /* Last access time. */ member in struct:jffs2_raw_inode
  /external/u-boot/include/
ext_common.h 162 __le32 atime; member in struct:ext2_inode
  /external/u-boot/include/jffs2/
jffs2.h 141 /* The uid, gid, atime, mtime and ctime members could be longer, but
158 __u32 atime; /* Last access time. */ member in struct:jffs2_raw_inode
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
RVCVXCheckAnalyzer.java 345 AttitudeRec(double atime, double aroll, double apitch, double ayaw) {
346 time = atime;
353 AttitudeRec(double atime, double [] rpy) {
354 time = atime;
368 // copy roll-pitch-yaw value but leave the time specified by atime
369 void assign(AttitudeRec rec, double atime) {
370 time = atime;
377 void set(double atime, double aroll, double apitch, double ayaw) {
378 time = atime;
    [all...]

Completed in 920 milliseconds

1 2 3