/external/clang/lib/Lex/ |
PTHLexer.cpp | 626 const time_t mtime; member in class:__anon5778::PTHStatData 630 : hasStat(true), ino(i), dev(d), mode(mo), mtime(m), size(s) {} 633 : hasStat(false), ino(0), dev(0), mode(0), mtime(0), size(0) {} 660 time_t mtime = (time_t) ReadUnalignedLE64(d); local 661 return data_type(ino, dev, mode, mtime, (off_t) ReadUnalignedLE64(d)); 696 StatBuf.st_mtime = Data.mtime;
|
/external/openssh/ |
scp.c | 781 fprintf(stderr, "File mtime %ld atime %ld\n", 916 #define mtime tv[1] macro 969 mtime.tv_sec = strtol(cp, &cp, 10); 971 SCREWUP("mtime.sec not delimited"); 972 mtime.tv_usec = strtol(cp, &cp, 10); 974 SCREWUP("mtime.usec not delimited");
|
/external/chromium/net/base/ |
gzip_filter_unittest.cc | 35 // |ID1|ID2|CM |FLG| MTIME |XFL|OS | 41 // MTIME Unix format modification time (0 means not available)
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/atlantis/ |
atlantis.c | 62 static double mtime(void) function 309 t2 = mtime();
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/atlantis/ |
atlantis.c | 62 static double mtime(void) function 309 t2 = mtime();
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/atlantis/ |
atlantis.c | 62 static double mtime(void) function 309 t2 = mtime();
|
/ndk/sources/host-tools/make-3.81/ |
filedef.h | 160 /* Return the mtime of file F (a struct file *), caching it. 163 /* Return the mtime of file F (a struct file *), caching it.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
fs.h | 125 #define MS_RELATIME (1<<21) /* Update atime relative to mtime/ctime. */ 150 #define S_NOCMTIME 128 /* Do not update file c/mtime */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
fs.h | 125 #define MS_RELATIME (1<<21) /* Update atime relative to mtime/ctime. */ 150 #define S_NOCMTIME 128 /* Do not update file c/mtime */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
fs.h | 125 #define MS_RELATIME (1<<21) /* Update atime relative to mtime/ctime. */ 150 #define S_NOCMTIME 128 /* Do not update file c/mtime */
|
/system/core/sdcard/ |
fuse.h | 91 __u64 mtime; member in struct:fuse_attr 337 __u64 mtime; member in struct:fuse_setattr_in
|
sdcard.c | 282 attr->mtime = s->st_mtime; 597 /* Handle changing atime and mtime. If FATTR_ATIME_and FATTR_ATIME_NOW 599 * time specified in the request. Same goes for mtime. Use utimensat(2) 600 * as it allows ATIME and MTIME to be changed independently, and has 618 times[1].tv_sec = req->mtime; 622 TRACE("[%d] Calling utimensat on %s with atime %ld, mtime=%ld\n", [all...] |
/cts/tests/src/android/os/cts/ |
FileUtils.java | 73 public long mtime; field in class:FileUtils.FileStatus
|
/external/e2fsprogs/misc/ |
e2undo.c | 26 unsigned char mtime_key[] = "filesystem MTIME";
|
/external/genext2fs/ |
genext2fs.8 | 55 All specified inodes receive the mtime of \fBspec-file\fP itself.
|
/external/jhead/ |
main.c | 143 struct utimbuf mtime; local 146 mtime.actime = buf.st_mtime; 147 mtime.modtime = buf.st_mtime; 149 utime(filename, &mtime);
|
/external/oprofile/libabi/ |
opimport.cpp | 127 ext.extract(head->mtime, src, "sizeof_time_t", "offsetof_header_mtime");
|
/external/valgrind/main/include/ |
pub_tool_libcfile.h | 65 ULong mtime; member in struct:vg_stat
|
/system/core/adb/ |
file_sync_client.c | 298 unsigned mtime, mode_t mode, int verifyApk) 392 msg.data.size = htoll(mtime); 712 /* for links, we cannot update the atime/mtime */ 914 /* for links, we cannot update the atime/mtime */
|
/system/core/debuggerd/ |
tombstone.c | 734 unsigned long mtime = ULONG_MAX; local 741 typecheck(mtime, sb.st_mtime); 753 if (sb.st_mtime < mtime) { 755 mtime = sb.st_mtime;
|
/system/extras/fatblock/ |
read.c | 66 if (f->mtime != st.st_mtime)
|
/system/extras/tests/sdcard/ |
stopwatch.h | 79 struct timespec mTime;
|
/external/dropbear/ |
scp.c | 839 #define mtime tv[1] macro 892 mtime.tv_sec = strtol(cp, &cp, 10); 894 SCREWUP("mtime.sec not delimited"); 895 mtime.tv_usec = strtol(cp, &cp, 10); 897 SCREWUP("mtime.usec not delimited");
|
/external/chromium/chrome/browser/sync/engine/ |
build_and_process_conflict_sets_command.cc | 126 entry.Put(syncable::MTIME, backup->ref(syncable::MTIME));
|
/external/chromium/chrome/browser/sync/glue/ |
session_model_associator.h | 339 const int64 mtime, 345 const int64 mtime,
|