/external/openssh/ |
sftp-common.h | 40 u_int32_t atime; member in struct:Attrib
|
sftp-common.c | 59 a->atime = 0; 77 a->atime = st->st_atime; 96 st->st_atime = a->atime; 118 a.atime = buffer_get_int(b); 152 buffer_put_int(b, a->atime);
|
/cts/tests/tests/permission/src/android/permission/cts/ |
FileUtils.java | 66 public long atime; field in class:FileUtils.FileStatus
|
/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
|
SFTPv3Client.java | 311 * uint32 atime present only if flag SSH_FILEXFER_ATTR_V3_ACMODTIME 346 fa.atime = tr.readUINT32(); [all...] |
/external/kernel-headers/original/linux/ |
stat.h | 68 struct timespec atime; member in struct:kstat
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/os/ |
FileUtils.java | 62 private long atime; field in class:FileUtils.FileStatus
|
/external/openssl/include/openssl/ |
kssl.h | 169 krb5_error_code kssl_validate_times(krb5_timestamp atime,
|
/external/openssl/ssl/ |
kssl.h | 169 krb5_error_code kssl_validate_times(krb5_timestamp atime,
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/ |
nfs_prot.x | 126 nfstime atime; /* time of last access */ 139 nfstime atime; /* time of last access */
|
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.x | 126 nfstime atime; /* time of last access */ 139 nfstime atime; /* time of last access */
|
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.x | 126 nfstime atime; /* time of last access */ 139 nfstime atime; /* time of last access */
|
nfs_prot.h | 90 nfstime atime; member in struct:fattr 101 nfstime atime; member in struct:sattr
|
/cts/tests/src/android/os/cts/ |
FileUtils.java | 72 public long atime; field in class:FileUtils.FileStatus
|
/external/valgrind/main/include/ |
pub_tool_libcfile.h | 63 ULong atime; member in struct:vg_stat
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
fuse.h | 47 __u64 atime; member in struct:fuse_attr 240 __u64 atime; member in struct:fuse_setattr_in
|
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
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
fuse.h | 47 __u64 atime; member in struct:fuse_attr 240 __u64 atime; member in struct:fuse_setattr_in
|
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
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
fuse.h | 47 __u64 atime; member in struct:fuse_attr 240 __u64 atime; member in struct:fuse_setattr_in
|
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
|
/system/core/sdcard/ |
fuse.h | 90 __u64 atime; member in struct:fuse_attr 336 __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");
|