HomeSort by relevance Sort by last modified time
    Searched defs:atime (Results 1 - 22 of 22) sorted by null

  /external/openssh/
sftp-common.h 40 u_int32_t atime; member in struct:Attrib
scp.c 781 fprintf(stderr, "File mtime %ld atime %ld\n",
915 #define atime tv[0] macro
975 atime.tv_sec = strtol(cp, &cp, 10);
977 SCREWUP("atime.sec not delimited");
978 atime.tv_usec = strtol(cp, &cp, 10);
980 SCREWUP("atime.usec not delimited");
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
SFTPv3FileAttributes.java 68 * The ATIME attribute. Represented as seconds from Jan 1, 1970 in UTC.
71 public Integer atime = null; field in class:SFTPv3FileAttributes
  /external/valgrind/main/include/
pub_tool_libcfile.h 63 ULong atime; member in struct:vg_stat
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/os/
FileUtils.java 62 private long atime; field in class:FileUtils.FileStatus
  /cts/tests/tests/permission/src/android/permission/cts/
FileUtils.java 66 public long atime; field in class:FileUtils.FileStatus
  /external/kernel-headers/original/linux/
stat.h 68 struct timespec atime; member in struct:kstat
nfs_xdr.h 53 struct timespec atime; member in struct:nfs_fattr
  /cts/tests/src/android/os/cts/
FileUtils.java 72 public long atime; field in class:FileUtils.FileStatus
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
jffs2.h 136 /* The uid, gid, atime, mtime and ctime members could be longer, but
153 jint32_t atime; /* Last access time. */ member in struct:jffs2_raw_inode
fuse.h 47 __u64 atime; member in struct:fuse_attr
240 __u64 atime; member in struct:fuse_setattr_in
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
jffs2.h 136 /* The uid, gid, atime, mtime and ctime members could be longer, but
153 jint32_t atime; /* Last access time. */ member in struct:jffs2_raw_inode
fuse.h 47 __u64 atime; member in struct:fuse_attr
240 __u64 atime; member in struct:fuse_setattr_in
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
jffs2.h 136 /* The uid, gid, atime, mtime and ctime members could be longer, but
153 jint32_t atime; /* Last access time. */ member in struct:jffs2_raw_inode
fuse.h 47 __u64 atime; member in struct:fuse_attr
240 __u64 atime; member in struct:fuse_setattr_in
  /external/dropbear/
scp.c 838 #define atime tv[0] macro
898 atime.tv_sec = strtol(cp, &cp, 10);
900 SCREWUP("atime.sec not delimited");
901 atime.tv_usec = strtol(cp, &cp, 10);
903 SCREWUP("atime.usec not delimited");
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
nfs_prot.h 90 nfstime atime; member in struct:fattr
101 nfstime atime; member in struct:sattr
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nfs_prot.h 90 nfstime atime; member in struct:fattr
101 nfstime atime; member in struct:sattr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nfs_prot.h 90 nfstime atime; member in struct:fattr
101 nfstime atime; member in struct:sattr
  /bionic/libc/kernel/common/linux/
nfs_xdr.h 61 struct timespec atime; member in struct:nfs_fattr
  /system/core/sdcard/
fuse.h 90 __u64 atime; member in struct:fuse_attr
336 __u64 atime; member in struct:fuse_setattr_in
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 455 milliseconds