Searched defs:atime (Results 1 - 22 of 22) sorted by relevance

/external/openssh/
H A Dsftp-common.h41 u_int32_t atime; member in struct:Attrib
H A Dscp.c577 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/open_posix_testsuite/conformance/definitions/sys/shm_h/
H A D6-1-buildonly.c32 time_t atime = 0, dtime = 0, ctime = 0; local
39 t.shm_atime = atime;
/external/strace/
H A Dstat.h43 long long atime; member in struct:strace_stat
/external/valgrind/include/
H A Dpub_tool_libcfile.h66 ULong atime; member in struct:vg_stat
/external/ltp/testcases/kernel/syscalls/mount/
H A Dmount03.c132 time_t atime; local
321 atime = file_stat.st_atime;
338 if (file_stat.st_atime != atime) {
/external/syslinux/libfat/
H A Dfat.h89 le16_t atime; /* Date portion (high 16 bits) of atime */ member in struct:fat_dirent
/external/python/cpython2/RISCOS/Modules/
H A Driscosmodule.c146 (mode,ino,dev,nlink,uid,gid,size,atime,mtime,ctime)\n\
249 long atime, mtime; local
262 else if (!PyArg_Parse(arg, "(ll)", &atime, &mtime)) {
264 "utime() arg 2 must be a tuple (atime, mtime)");
/external/kernel-headers/original/uapi/linux/
H A Djffs2.h135 /* 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
H A Dbtrfs_tree.h571 struct btrfs_timespec atime; member in struct:btrfs_inode_item
H A Dfuse.h162 uint64_t atime; member in struct:fuse_attr
472 uint64_t atime; member in struct:fuse_setattr_in
/external/syslinux/core/include/
H A Dfs.h109 uint32_t atime; /* Access time */ member in struct:inode
/external/toybox/toys/
H A De2fs.h88 uint32_t atime; // Access time member in struct:ext2_inode
/external/libcxx/src/experimental/filesystem/
H A Doperations.cpp697 auto atime = detail::extract_atime(st); local
699 tbuf[0].tv_sec = atime.tv_sec;
700 tbuf[0].tv_usec = duration_cast<microseconds>(nanoseconds(atime.tv_nsec)).count();
/external/syslinux/core/fs/btrfs/
H A Dbtrfs.h238 struct btrfs_timespec atime; member in struct:btrfs_inode_item
/external/syslinux/core/fs/ntfs/
H A Dntfs.h336 int64_t atime; member in struct:ntfs_filename_attr
/external/e2fsprogs/misc/
H A Dfuse2fs.c501 struct timespec atime, mtime, now; local
512 EXT4_INODE_GET_XTIME(i_atime, &atime, pinode);
516 * If atime is newer than mtime and atime hasn't been updated in thirty
517 * seconds, skip the atime update. Same idea as Linux "relatime".
519 if (atime.tv_sec >= mtime.tv_sec && atime.tv_sec >= now.tv_sec - 30)
/external/python/cpython2/Modules/
H A Dposixmodule.c1277 (mode, ino, dev, nlink, uid, gid, size, atime, mtime, ctime)\n\
2950 "utime(path, (atime, mtime))\n\
2965 FILETIME atime, mtime; local
3002 !SystemTimeToFileTime(&now, &atime)) {
3009 "utime() arg 2 must be a tuple (atime, mtime)");
3016 time_t_to_FILE_TIME(atimesec, 1000*ausec, &atime);
3022 if (!SetFileTime(hFile, NULL, &atime, &mtime)) {
3038 time_t atime, mtime;
3072 "utime() arg 2 must be a tuple (atime, mtime)");
3078 &atime,
[all...]
/external/r8/deps/
H A Dcommons-compress-1.12.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/compress/ ...
/external/robolectric/v1/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/external/testng/ant/
H A Divy-2.1.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE fr/ fr/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 1458 milliseconds