/bionic/libc/kernel/uapi/linux/ |
fuse.h | 29 uint64_t atime; member in struct:fuse_attr 229 uint64_t atime; member in struct:fuse_setattr_in
|
/external/lzma/CPP/7zip/Archive/7z/ |
7zIn.h | 115 CUInt64DefVector ATime;
146 ATime.Clear();
|
7zHandlerOut.cpp | 289 if (!Write_ATime.Def) need_ATime = !db->ATime.Defs.IsEmpty();
329 ui.ATimeDefined = db->ATime.GetItem(ui.IndexInArchive, ui.ATime);
353 if (need_ATime) RINOK(GetTime(updateCallback, i, kpidATime, ui.ATime, ui.ATimeDefined));
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/ |
nfs_prot.h | 90 nfstime atime; member in struct:fattr 101 nfstime atime; member in struct:sattr
|
nfs_prot.x | 124 nfstime atime; /* time of last access */ 137 nfstime atime; /* time of last access */
|
/prebuilts/go/darwin-x86/src/syscall/ |
syscall_linux_mips64x.go | 137 Atime uint32 182 s.Atim = Timespec{int64(st.Atime), int64(st.Atime_nsec)}
|
/prebuilts/go/linux-x86/src/syscall/ |
syscall_linux_mips64x.go | 137 Atime uint32 182 s.Atim = Timespec{int64(st.Atime), int64(st.Atime_nsec)}
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
RVCVXCheckAnalyzer.java | 344 AttitudeRec(double atime, double aroll, double apitch, double ayaw) { 345 time = atime; 352 AttitudeRec(double atime, double [] rpy) { 353 time = atime; 367 // copy roll-pitch-yaw value but leave the time specified by atime 368 void assign(AttitudeRec rec, double atime) { 369 time = atime; 376 void set(double atime, double aroll, double apitch, double ayaw) { 377 time = atime; [all...] |
/external/kernel-headers/original/uapi/linux/ |
fs.h | 129 #define MS_RELATIME (1<<21) /* Update atime relative to mtime/ctime. */ 132 #define MS_STRICTATIME (1<<24) /* Always perform atime updates */ 331 #define FS_NOATIME_FL 0x00000080 /* do not update atime */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
fs.h | 209 #define MS_RELATIME (1<<21) /* Update atime relative to mtime/ctime. */ 212 #define MS_STRICTATIME (1<<24) /* Always perform atime updates */ 350 #define FS_NOATIME_FL 0x00000080 /* do not update atime */
|
fuse.h | 96 __u64 atime; member in struct:fuse_attr 362 __u64 atime; member in struct:fuse_setattr_in
|
/prebuilts/go/darwin-x86/src/os/ |
file_plan9.go | 402 func Chtimes(name string, atime time.Time, mtime time.Time) error { 406 d.Atime = uint32(atime.Unix())
|
/prebuilts/go/linux-x86/src/os/ |
file_plan9.go | 402 func Chtimes(name string, atime time.Time, mtime time.Time) error { 406 d.Atime = uint32(atime.Unix())
|
/external/curl/tests/python_dependencies/impacket/ |
ntlm.py | [all...] |
/external/lzma/CPP/7zip/UI/Common/ |
ArchiveExtractCallback.cpp | 972 RINOK(GetTime(index, kpidATime, _fi.ATime, _fi.ATimeDefined));
1031 (WriteATime && _fi.ATimeDefined) ? &_fi.ATime : NULL,
[all...] |
/external/e2fsprogs/misc/ |
chattr.1.in | 34 no atime updates (A), 87 When a file with the 'A' attribute set is accessed, its atime record is
|
/external/e2fsprogs/util/ |
subst.c | 390 /* save the original atime, if possible */ 433 printf("Using original atime\n");
|
/external/lzma/CPP/Windows/ |
FileIO.cpp | 386 bool COutFile::SetTime(const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime) throw()
387 { return BOOLToBool(::SetFileTime(_handle, cTime, aTime, mTime)); }
|
/external/toybox/toys/other/ |
lsattr.c | 45 A Don't track atime 73 {"No_Atime", FS_NOATIME_FL, 'A'}, // do not update atime
|
/cts/common/device-side/util/src/com/android/compatibility/common/util/ |
FileUtils.java | 72 public long atime; field in class:FileUtils.FileStatus
|
/cts/tests/tests/permission/jni/ |
android_permission_cts_FileUtils.cpp | 234 gFileStatusAtimeFieldID = env->GetFieldID(fileStatusClass, "atime", "J");
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
README | 15 copytime.py Copy one file's atime and mtime to another
|
/external/autotest/client/tests/bash_shared_mapping/ |
ext3-tools.tar.gz | |
/external/autotest/client/tests/fsx/ |
ext3-tools.tar.gz | |
/external/lzma/CPP/7zip/UI/Client7z/ |
Client7z.cpp | 480 FILETIME ATime;
585 case kpidATime: prop = dirItem.ATime; break;
766 di.ATime = fi.ATime;
|