/external/python/cpython2/Lib/ |
shutil.py | 94 """Copy all stat info (mode bits, atime, mtime, flags) from src to dst"""
|
/external/syslinux/libinstaller/ext2fs/ |
ext2_fs.h | 286 #define EXT2_NOATIME_FL 0x00000080 /* do not update atime */
|
/external/toybox/toys/pending/ |
mke2fs.c | 396 in->atime = SWAP_LE32(that->st.st_atime);
|
/external/toybox/toys/posix/ |
find.c | 33 -links N hardlink count -atime N[u] accessed N units ago
|
/frameworks/native/cmds/rawbu/ |
backup.cpp | 480 fprintf(stderr, "bad atime in restore file at '%s'\n", readPath);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
propidl.h | 429 FILETIME atime; member in struct:tagSTATPROPSETSTG [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
shutil.py | 94 """Copy all stat info (mode bits, atime, mtime, flags) from src to dst"""
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
shutil.py | 94 """Copy all stat info (mode bits, atime, mtime, flags) from src to dst"""
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
shutil.py | 94 """Copy all stat info (mode bits, atime, mtime, flags) from src to dst"""
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
shutil.py | 94 """Copy all stat info (mode bits, atime, mtime, flags) from src to dst"""
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_tarfile.py | 274 # The xstar format stores extra atime and ctime fields inside the
605 self.assertEqual(float(tarinfo.pax_headers["atime"]), 1041808783.0)
[all...] |
/external/python/cpython2/Lib/test/ |
test_tarfile.py | 415 # The xstar format stores extra atime and ctime fields inside the 776 self.assertEqual(float(tarinfo.pax_headers["atime"]), 1041808783.0) [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_tarfile.py | 277 # The xstar format stores extra atime and ctime fields inside the 628 self.assertEqual(float(tarinfo.pax_headers["atime"]), 1041808783.0) [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_tarfile.py | 277 # The xstar format stores extra atime and ctime fields inside the 628 self.assertEqual(float(tarinfo.pax_headers["atime"]), 1041808783.0) [all...] |
/prebuilts/go/darwin-x86/src/syscall/ |
zsyscall_windows.go | 873 func SetFileTime(handle Handle, ctime *Filetime, atime *Filetime, wtime *Filetime) (err error) { 874 r1, _, e1 := Syscall6(procSetFileTime.Addr(), 4, uintptr(handle), uintptr(unsafe.Pointer(ctime)), uintptr(unsafe.Pointer(atime)), uintptr(unsafe.Pointer(wtime)), 0, 0) [all...] |
/prebuilts/go/linux-x86/src/syscall/ |
zsyscall_windows.go | 873 func SetFileTime(handle Handle, ctime *Filetime, atime *Filetime, wtime *Filetime) (err error) { 874 r1, _, e1 := Syscall6(procSetFileTime.Addr(), 4, uintptr(handle), uintptr(unsafe.Pointer(ctime)), uintptr(unsafe.Pointer(atime)), uintptr(unsafe.Pointer(wtime)), 0, 0) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_tarfile.py | 277 # The xstar format stores extra atime and ctime fields inside the 628 self.assertEqual(float(tarinfo.pax_headers["atime"]), 1041808783.0) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_tarfile.py | 277 # The xstar format stores extra atime and ctime fields inside the 628 self.assertEqual(float(tarinfo.pax_headers["atime"]), 1041808783.0) [all...] |
/external/autotest/client/common_lib/ |
packages.py | 118 cmd = 'find . -type f -atime +%s -exec rm -f {} \;' % older_than_days [all...] |
/external/e2fsprogs/lib/ext2fs/ |
ext2_fs.h | 305 #define EXT2_NOATIME_FL 0x00000080 /* do not update atime */ [all...] |
/external/python/cpython3/Lib/test/ |
test_os.py | 559 atime = self.ns_to_sec(atime_ns) 563 os.utime(filename, (atime, mtime)) 569 atime = self.ns_to_sec(atime_ns) 572 os.utime(filename, times=(atime, mtime)) [all...] |
/prebuilts/go/darwin-x86/src/archive/tar/ |
common.go | 104 paxAtime = "atime"
|
/prebuilts/go/linux-x86/src/archive/tar/ |
common.go | 104 paxAtime = "atime"
|
/toolchain/binutils/binutils-2.27/binutils/ |
ChangeLog-2004 | 207 * ar.c (extract_file): Set atime to mtime for ar xo.
|
/prebuilts/go/darwin-x86/src/os/ |
os_test.go | 1168 at := Atime(preStat) 1181 pat := Atime(postStat) 1189 // content. Similarly, atime is set whenever [all...] |