Searched refs:atime (Results 1 – 18 of 18) sorted by relevance
/external/e2fsprogs/tests/d_special_files/ |
D | expect | 12 atime: 0x50f560e0 -- Tue Jan 15 14:00:00 2013 24 atime: 0x50f560e0 -- Tue Jan 15 14:00:00 2013 49 atime: 0x50f560e0 -- Tue Jan 15 14:00:00 2013 62 atime: 0x50f560e0 -- Tue Jan 15 14:00:00 2013 74 atime: 0x50f560e0 -- Tue Jan 15 14:00:00 2013
|
/external/openssh/ |
D | sftp-common.c | 61 a->atime = 0; in attrib_clear() 79 a->atime = st->st_atime; in stat_to_attrib() 98 st->st_atime = a->atime; in attrib_to_stat() 126 if ((r = sshbuf_get_u32(b, &a->atime)) != 0 || in decode_attrib() 174 if ((r = sshbuf_put_u32(b, a->atime)) != 0 || in encode_attrib()
|
D | sftp-common.h | 41 u_int32_t atime; member
|
D | scp.c | 925 #define atime tv[0] macro 1000 atime.tv_sec = ull; 1001 atime.tv_usec = strtol(cp, &cp, 10); 1002 if (!cp || *cp++ != '\0' || atime.tv_usec < 0 || 1003 atime.tv_usec > 999999)
|
D | sftp-client.c | 1415 tv[0].tv_sec = a->atime; in do_download() 1512 tv[0].tv_sec = dirattrib->atime; in download_dir_internal()
|
D | sftp-server.c | 890 tv[0].tv_sec = a->atime; in attrib_to_tv()
|
/external/valgrind/include/ |
D | pub_tool_libcfile.h | 66 ULong atime; member
|
/external/kernel-headers/original/uapi/linux/ |
D | fuse.h | 152 uint64_t atime; member 455 uint64_t atime; member
|
D | jffs2.h | 152 jint32_t atime; /* Last access time. */ member
|
/external/toybox/toys/ |
D | e2fs.h | 88 uint32_t atime; // Access time member
|
/external/clang/www/demo/ |
D | index.cgi | 141 my ($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size,$atime,$locktime) =
|
/external/tcpdump/ |
D | Makefile.in | 223 atime.awk \
|
D | README.md | 193 atime.awk
|
D | INSTALL.txt | 60 atime.awk - TCP ack awk script
|
/external/toybox/toys/pending/ |
D | mke2fs.c | 421 in->atime = SWAP_LE32(that->st.st_atime); in fill_inode()
|
/external/valgrind/coregrind/ |
D | m_libcfile.c | 302 (_p_vgstat)->atime = (ULong)( (_p_vkistat)->st_atime ); \
|
/external/robolectric/lib/main/ |
D | sqlite-jdbc-3.7.2.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/maven/
META- ... |
/external/e2fsprogs/ |
D | RELEASE-NOTES | 7242 Add support for the "A" (no atime update) attribute. (Note: this
|