HomeSort by relevance Sort by last modified time
    Searched full:atime (Results 126 - 150 of 317) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/lzma/CPP/7zip/UI/Common/
ArchiveExtractCallback.h 191 FILETIME ATime;
UpdateCallback.cpp 138 case kpidATime: if (ParentDirItem) prop = ParentDirItem->ATime; break;
416 case kpidATime: prop = di.ATime; break;
HashCalc.cpp 212 di.CTime = di.ATime = di.MTime;
  /external/lzma/CPP/7zip/UI/FileManager/
ExtractCallback.h 83 FILETIME ATime;
  /external/python/cpython2/Doc/library/
cd.rst 122 atime
167 *rtime*, *atime*, *ttime*, *first*, *last*, *scsi_audio*, *cur_block*. *rtime*
168 is the time relative to the start of the current track; *atime* is the time
296 | ``atime`` | Tuple consisting of the absolute time in |
  /external/python/cpython2/Tools/scripts/
README 15 copytime.py Copy one file's atime and mtime to another
  /external/python/cpython3/Tools/scripts/
README 13 copytime.py Copy one file's atime and mtime to another
  /external/syslinux/core/fs/btrfs/
btrfs.h 238 struct btrfs_timespec atime; member in struct:btrfs_inode_item
  /external/syslinux/core/include/
fs.h 109 uint32_t atime; /* Access time */ member in struct:inode
  /external/tcpdump/
INSTALL.txt 55 atime.awk - TCP ack awk script
  /external/valgrind/include/
pub_tool_libcfile.h 66 ULong atime; member in struct:vg_stat
  /libcore/ojluni/src/main/java/java/util/zip/
ZipOutputStream.java 437 if (e.atime != null) {
461 if (e.atime != null)
462 writeInt(fileTimeToUnixTime(e.atime));
542 if (e.atime != null) {
  /system/core/bootstat/
boot_event_record_store.cpp 77 // Fill out the stat structure for |record_path| in order to get the atime to
  /external/kernel-headers/original/uapi/linux/
fuse.h 163 uint64_t atime; member in struct:fuse_attr
473 uint64_t atime; member in struct:fuse_setattr_in
  /external/lzma/CPP/Windows/
FileDir.cpp 72 bool SetDirTime(CFSTR path, const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime)
99 res = BOOLToBool(::SetFileTime(hDir, cTime, aTime, mTime));
FileFind.cpp 70 fi.ATime = fd.ftLastAccessTime; \
345 MY_CLEAR_FILETIME(ATime);
  /external/syslinux/core/fs/ufs/
ufs.c 214 inode->atime = ufs_inode->a_time;
248 inode->atime = ufs_inode->a_time;
  /hardware/qcom/msm8994/original-kernel-headers/linux/
fuse.h 146 uint64_t atime; member in struct:fuse_attr
439 uint64_t atime; member in struct:fuse_setattr_in
  /hardware/qcom/msm8996/original-kernel-headers/linux/
fuse.h 152 uint64_t atime; member in struct:fuse_attr
457 uint64_t atime; member in struct:fuse_setattr_in
  /bionic/libc/kernel/uapi/linux/
btrfs_tree.h 237 struct btrfs_timespec atime; member in struct:btrfs_inode_item
  /external/autotest/client/tests/fsstress/
ext3-tools.tar.gz 
  /external/linux-kselftest/tools/testing/selftests/mount/
unprivileged-remount-test.c 365 die("Default atime malfunctions\n");
  /prebuilts/go/darwin-x86/src/syscall/
syscall_nacl.go 213 Atime int64
  /prebuilts/go/linux-x86/src/syscall/
syscall_nacl.go 213 Atime int64
  /build/make/tools/releasetools/
test_common.py 106 time.sleep(5) # Make sure the atime/mtime will change measurably.
130 time.sleep(5) # Make sure the atime/mtime will change measurably.
179 time.sleep(5) # Make sure the atime/mtime will change measurably.

Completed in 831 milliseconds

1 2 3 4 56 7 8 91011>>