/external/dnsmasq/src/ |
dnsmasq.c | 930 if (statbuf.st_mtime != res->mtime) 932 res->mtime = statbuf.st_mtime; 954 latest->mtime = 0; [all...] |
/external/openssh/ |
sftp-server.c | 757 tv[1].tv_sec = a->mtime; 793 time_t t = a->mtime; 852 time_t t = a->mtime; [all...] |
/external/chromium_org/sync/engine/ |
process_updates_util.cc | 280 // MTIME, CTIME, and NON_UNIQUE_NAME are not enforced.
|
syncer_util.cc | 55 using syncable::MTIME; 387 target->PutServerMtime(ProtoTimeToTime(update.mtime()));
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
filesystem.py | 180 def mtime(self, path): member in class:FileSystem
|
/external/elfutils/libdw/ |
libdwP.h | 217 Dwarf_Word mtime; member in struct:Dwarf_Files_s::Dwarf_Fileinfo_s
|
libdw.h | 490 Dwarf_Word *mtime, Dwarf_Word *length); 494 Dwarf_Word *mtime, Dwarf_Word *length);
|
/external/kernel-headers/original/linux/nfsd/ |
nfsfh.h | 149 struct timespec fh_pre_mtime; /* mtime before oper */
|
/external/lzma/CPP/7zip/Archive/7z/ |
7zHandler.cpp | 251 case kpidMTime: SetPropFromUInt64Def(_db.MTime, index2, prop); break;
|
/external/oprofile/opjitconv/ |
debug_line.c | 108 * the directory index entry, 0 means current directory, then mtime
|
/frameworks/av/services/audioflinger/ |
AudioPolicyService.h | 210 nsecs_t mTime; // time stamp
|
/frameworks/opt/calendar/src/com/android/calendarcommon2/ |
RecurrenceProcessor.java | 420 mTime = new Time(Time.TIMEZONE_UTC); 445 t = mTime; 465 t = mTime; 614 private Time mTime; [all...] |
/ndk/sources/host-tools/make-3.81/ |
make.1 | 223 Use the latest mtime between symlinks and target.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
gfs2_ondisk.h | 291 __be32 di_mtime_nsec; /* nsec portion of mtime */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/ |
nis_object.x | 285 uint32_t mtime; /* Time of objects modification */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
gfs2_ondisk.h | 291 __be32 di_mtime_nsec; /* nsec portion of mtime */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/ |
nis_object.x | 285 uint32_t mtime; /* Time of objects modification */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
gfs2_ondisk.h | 291 __be32 di_mtime_nsec; /* nsec portion of mtime */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/ |
nis_object.x | 285 uint32_t mtime; /* Time of objects modification */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/ |
pycodegen.py | 130 mtime = os.path.getmtime(self.filename) 131 mtime = struct.pack('<i', mtime) 132 return self.MAGIC + mtime [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/ |
pycodegen.py | 130 mtime = os.path.getmtime(self.filename) 131 mtime = struct.pack('<i', mtime) 132 return self.MAGIC + mtime [all...] |
/external/chromium_org/chrome/browser/sync/glue/ |
session_model_associator_unittest.cc | 57 base::Time mtime, 61 mtime,
|
/external/chromium_org/sync/protocol/ |
proto_value_conversions.cc | 756 SET_INT64(mtime); 867 SET_INT64(mtime); [all...] |
/external/jhead/ |
jhead.c | [all...] |
/external/libmtp/src/ |
libmtp.h | 822 LIBMTP_progressfunc_t const, void const * const, struct utimbuf * mtime); 864 LIBMTP_progressfunc_t const, void const * const, struct utimbuf * mtime); [all...] |