| /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/daemon/liblegacy/ |
| opd_image.c | 147 image->mtime = op_get_mtime(image->name);
|
| opd_sample_files.c | 146 image->kernel, 0, 0, 0, image->mtime);
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
| jffs2.h | 136 /* The uid, gid, atime, mtime and ctime members could be longer, but 154 jint32_t mtime; /* Last modification time. */ member in struct:jffs2_raw_inode
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
| jffs2.h | 136 /* The uid, gid, atime, mtime and ctime members could be longer, but 154 jint32_t mtime; /* Last modification time. */ member in struct:jffs2_raw_inode
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
| jffs2.h | 136 /* The uid, gid, atime, mtime and ctime members could be longer, but 154 jint32_t mtime; /* Last modification time. */ member in struct:jffs2_raw_inode
|
| /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/ext4_utils/ |
| make_ext4fs.c | 91 .mtime = 0, 97 dentries.uid, dentries.gid, dentries.mtime); 166 dentries[i].mtime = stat.st_mtime; 272 dentries[i].mtime);
|
| /system/extras/fatblock/ |
| read.c | 66 if (f->mtime != st.st_mtime)
|
| /external/chromium_org/chrome/browser/sync/glue/ |
| session_change_processor.cc | 274 const base::Time& mtime = sync_node.GetModificationTime(); local 276 session_model_associator_->AssociateForeignSpecifics(specifics, mtime);
|
| session_model_associator.cc | 488 base::Time mtime, 498 session_tab->timestamp = mtime; 844 base::Time mtime, [all...] |
| /system/core/sdcard/ |
| fuse.h | 91 __u64 mtime; member in struct:fuse_attr 337 __u64 mtime; member in struct:fuse_setattr_in
|
| /external/clang/tools/scan-view/ |
| ScanView.py | 729 def send_string(self, s, ctype='text/html', headers=True, mtime=None): 734 if mtime is None: 735 mtime = self.dynamic_mtime 736 self.send_header("Last-Modified", self.date_time_string(mtime)) 756 return self.send_string(data, ctype, mtime=fs.st_mtime)
|
| /external/chromium_org/sync/engine/ |
| syncer_proto_util.cc | 38 using syncable::MTIME; 524 (local_entry.Get(MTIME) != ProtoTimeToTime(server_entry.mtime()))) { 525 LOG(WARNING) << "mtime mismatch"; 593 GetTimeDebugString(ProtoTimeToTime(entry.mtime())); 599 "mtime: %" PRId64"d (%s), " 606 entry.mtime(), mtime_str.c_str(),
|
| /external/elfutils/libdw/ |
| libdw.h | 490 Dwarf_Word *mtime, Dwarf_Word *length); 494 Dwarf_Word *mtime, Dwarf_Word *length);
|
| libdwP.h | 217 Dwarf_Word mtime; member in struct:Dwarf_Files_s::Dwarf_Fileinfo_s
|
| /external/zlib/src/contrib/untgz/ |
| untgz.c | 75 char mtime[12]; /* 136 */ member in struct:tar_header 431 tartime = (time_t)getoct(buffer.header.mtime,12);
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/ |
| nfs_prot.h | 91 nfstime mtime; member in struct:fattr 102 nfstime mtime; member in struct:sattr
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/ |
| nfs_prot.h | 91 nfstime mtime; member in struct:fattr 102 nfstime mtime; member in struct:sattr
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/ |
| nfs_prot.h | 91 nfstime mtime; member in struct:fattr 102 nfstime mtime; member in struct:sattr
|
| /external/chromium/chrome/browser/sync/glue/ |
| session_model_associator.cc | 575 int64 mtime, 590 session_window->timestamp = base::Time::FromInternalValue(mtime); 602 const int64 mtime, 616 tab->timestamp = base::Time::FromInternalValue(mtime); [all...] |
| /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
| filesystem.py | 177 def mtime(self, path): member in class:FileSystem
|
| /external/chromium_org/third_party/mongoose/ |
| mongoose.c | 392 time_t mtime; // Modification time member in struct:mgstat 1017 stp->mtime = SYS2UNIX_TIME(info.ftLastWriteTime.dwLowDateTime, 3256 char mtime[64]; local [all...] |
| /external/elfutils/libdwfl/ |
| libdwfl.h | 518 Dwarf_Word *mtime, Dwarf_Word *length);
|
| /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/ |
| SFTPv3Client.java | 312 * uint32 mtime present only if flag SSH_FILEXFER_ATTR_V3_ACMODTIME 347 fa.mtime = tr.readUINT32(); [all...] |