Home
last modified time | relevance | path

Searched refs:MTIME (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/llvm/test/tools/llvm-objcopy/ELF/
Dstrip-preserve-mtime.test7 # RUN: ls -l %t-preserved.1.o | FileCheck %s --check-prefix=CHECK-PRESERVE-MTIME
15 # RUN: ls -l %t-preserved.2.o | FileCheck %s --check-prefix=CHECK-PRESERVE-MTIME
22 # RUN: ls -l %t.3.o | FileCheck %s --check-prefix=CHECK-PRESERVE-MTIME
29 # RUN: ls -l %t.4.o | FileCheck %s --check-prefix=CHECK-NO-PRESERVE-MTIME
38 # RUN: ls -l %t.a | FileCheck %s --check-prefix=CHECK-PRESERVE-MTIME
45 # RUN: ls -l %t-dwo | FileCheck %s --check-prefix=CHECK-PRESERVE-MTIME
47 # RUN: ls -l %t-nondwo | FileCheck %s --check-prefix=CHECK-PRESERVE-MTIME
50 # CHECK-PRESERVE-MTIME: {{[[:space:]]1997}}
51 # CHECK-NO-PRESERVE-MTIME-NOT: {{[[:space:]]1997}}
/external/rust/crates/libz-sys/src/zlib-ng/doc/
Drfc1952.txt243 |ID1|ID2|CM |FLG| MTIME |XFL|OS | (more-->)
364 MTIME (Modification TIME)
370 did not come from a file, MTIME is set to the time at which
371 compression started. MTIME = 0 means no time stamp is
/external/rust/crates/libz-sys/src/zlib/doc/
Drfc1952.txt243 |ID1|ID2|CM |FLG| MTIME |XFL|OS | (more-->)
364 MTIME (Modification TIME)
370 did not come from a file, MTIME is set to the time at which
371 compression started. MTIME = 0 means no time stamp is
/external/zstd/tests/
DplayTests.sh121 MTIME="stat -c %Y"
123 Darwin | FreeBSD | OpenBSD) MTIME="stat -f %m" ;;
293 file1timestamp=`$MTIME precompressedFilterTestDir/input.5.zst`
294 file2timestamp=`$MTIME precompressedFilterTestDir/input.7.zst`
/external/crosvm/fuse/src/
Dsys.rs43 const MTIME = FATTR_MTIME; constant
/external/crosvm/devices/src/virtio/fs/
Dpassthrough.rs1550 if valid.intersects(SetattrValid::ATIME | SetattrValid::MTIME) { in setattr()
1571 } else if valid.contains(SetattrValid::MTIME) { in setattr()
/external/python/cpython2/Modules/
Dposixmodule.c3052 #define MTIME buf[1].tv_sec in posix_utime()
3057 #define MTIME buf.modtime in posix_utime()
3062 #define MTIME buf[1] in posix_utime()
3094 MTIME = mtime; in posix_utime()
3115 #undef MTIME in posix_utime()