Searched refs:atime (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/tools/gyp/test/mac/
H A Dgyptest-copies.py40 atime = os.path.getatime(dep_bundle) variable
42 os.utime(dep_bundle, (atime + i * 1000, mtime + i * 1000))
/external/openssh/
H A Dsftp-common.h40 u_int32_t atime; member in struct:Attrib
H A Dsftp-common.c59 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);
H A Dscp.c781 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");
H A Dsftp-client.c1210 tv[0].tv_sec = a->atime;
1299 tv[0].tv_sec = dirattrib->atime;
H A Dsftp-server.c755 tv[0].tv_sec = a->atime;
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
H A DSFTPv3FileAttributes.java71 public Integer atime = null; field in class:SFTPv3FileAttributes
H A DSFTPv3Client.java311 * uint32 atime present only if flag SSH_FILEXFER_ATTR_V3_ACMODTIME
346 fa.atime = tr.readUINT32();
1178 if ((attr.atime != null) && (attr.mtime != null))
1201 if ((attr.atime != null) && (attr.mtime != null))
1203 tw.writeUINT32(attr.atime);
/external/kernel-headers/original/linux/
H A Dstat.h68 struct timespec atime; member in struct:kstat
H A Dnfs_xdr.h53 struct timespec atime; member in struct:nfs_fattr
/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Dkssl.h169 krb5_error_code kssl_validate_times(krb5_timestamp atime,
/external/chromium_org/third_party/openssl/openssl/ssl/
H A Dkssl.h169 krb5_error_code kssl_validate_times(krb5_timestamp atime,
H A Dkssl.c1957 krb5_error_code kssl_validate_times( krb5_timestamp atime, argument
1970 if (atime && labs(atime - now) >= skew) return SSL_R_KRB5_S_TKT_SKEW;
1980 start, atime, now, skew, ttimes->endtime);
/external/openssl/include/openssl/
H A Dkssl.h169 krb5_error_code kssl_validate_times(krb5_timestamp atime,
/external/openssl/ssl/
H A Dkssl.h169 krb5_error_code kssl_validate_times(krb5_timestamp atime,
H A Dkssl.c1957 krb5_error_code kssl_validate_times( krb5_timestamp atime, argument
1970 if (atime && labs(atime - now) >= skew) return SSL_R_KRB5_S_TKT_SKEW;
1980 start, atime, now, skew, ttimes->endtime);
/external/valgrind/main/include/
H A Dpub_tool_libcfile.h63 ULong atime; member in struct:vg_stat
/external/chromium_org/native_client_sdk/src/build_tools/tests/
H A Dsdktools_commands_test.py430 atime = os.path.getatime(archive)
432 os.utime(archive, (atime, mtime-10))
/external/dropbear/
H A Dscp.c838 #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");
/external/clang/www/demo/
H A Dindex.cgi141 my ($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size,$atime,$locktime) =
/external/chromium_org/tools/gyp/test/lib/
H A DTestCmd.py1388 atime = os.path.getatime(path)
1391 os.utime(path, (atime, mtime))
/external/valgrind/main/coregrind/
H A Dm_libcfile.c265 (_p_vgstat)->atime = (ULong)( (_p_vkistat)->st_atime ); \
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...

Completed in 378 milliseconds