| /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 | 633 SET_INT64(mtime); 744 SET_INT64(mtime);
|
| /external/qemu/block/ |
| qcow.c | 46 uint32_t mtime; member in struct:QCowHeader 105 be32_to_cpus(&header.mtime);
|
| /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 */
|
| /external/chromium_org/sync/engine/ |
| syncer_util.cc | 53 using syncable::MTIME; 385 target->Put(SERVER_MTIME, ProtoTimeToTime(update.mtime())); 458 entry->Put(MTIME, entry->Get(SERVER_MTIME));
|
| /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
| filesystem_mock.py | 224 def mtime(self, path): member in class:MockFileSystem
|
| /external/kernel-headers/original/linux/ |
| nfs_xdr.h | 33 struct timespec pre_mtime; /* pre_op_attr.mtime */ 54 struct timespec mtime; member in struct:nfs_fattr
|
| /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/darwin-x86/2.7.5/lib/python2.7/test/ |
| test_tarfile.py | 287 self.assertTrue(int(tarinfo.mtime) == 07606136617, 288 "wrong mtime for %s" % tarinfo.name) 327 self.assertEqual(tarinfo.mtime, os.path.getmtime(path)) 474 kwargs["mtime"] = 07606136617 626 self.assertEqual(tarinfo.mtime, 1041808783.0) 627 self.assertEqual(type(tarinfo.mtime), float) [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...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
| test_tarfile.py | 287 self.assertTrue(int(tarinfo.mtime) == 07606136617, 288 "wrong mtime for %s" % tarinfo.name) 327 self.assertEqual(tarinfo.mtime, os.path.getmtime(path)) 474 kwargs["mtime"] = 07606136617 626 self.assertEqual(tarinfo.mtime, 1041808783.0) 627 self.assertEqual(type(tarinfo.mtime), float) [all...] |
| /external/openssh/ |
| sftp.c | 117 #define LS_TIME_SORT 0x0010 /* Sort by mtime */ 689 return (rmul * NCMP(a->a.mtime, b->a.mtime)); [all...] |
| sftp-client.c | 1211 tv[1].tv_sec = a->mtime; 1300 tv[1].tv_sec = dirattrib->mtime; [all...] |
| /frameworks/base/services/java/com/android/server/ |
| BackupManagerService.java | 3115 long mtime; \/\/ last mod time, UTC time_t (actually int) field in class:BackupManagerService.FileMetadata [all...] |
| /external/libmtp/src/ |
| libmtp.c | 4719 struct utimbuf mtime; local [all...] |
| /frameworks/av/media/libstagefright/ |
| MPEG4Extractor.cpp | 1933 uint64_t ctime, mtime, duration; local [all...] |
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
| mailbox.py | 499 # been modified, because os.path.mtime() has a 2 sec resolution in the 513 mtime = os.path.getmtime(self._paths[subdir]) 514 if mtime > self._toc_mtimes[subdir]: 516 self._toc_mtimes[subdir] = mtime [all...] |
| zipfile.py | [all...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
| mailbox.py | 499 # been modified, because os.path.mtime() has a 2 sec resolution in the 513 mtime = os.path.getmtime(self._paths[subdir]) 514 if mtime > self._toc_mtimes[subdir]: 516 self._toc_mtimes[subdir] = mtime [all...] |
| zipfile.py | [all...] |
| /external/elfutils/src/ |
| readelf.c | 4667 unsigned int mtime; local 4797 Dwarf_Word mtime; local [all...] |
| /system/core/sdcard/ |
| sdcard.c | 389 attr->mtime = s->st_mtime; 907 /* Handle changing atime and mtime. If FATTR_ATIME_and FATTR_ATIME_NOW 909 * time specified in the request. Same goes for mtime. Use utimensat(2) 910 * as it allows ATIME and MTIME to be changed independently, and has 928 times[1].tv_sec = req->mtime; 932 TRACE("[%d] Calling utimensat on %s with atime %ld, mtime=%ld\n", [all...] |
| /external/chromium/chrome/browser/sync/engine/ |
| syncer_util.cc | 42 using syncable::MTIME; 417 ServerTimeToClientTime(update.mtime())); 517 // For historical reasons, a folder's MTIME changes when its contents change. 518 // TODO(ncarter): Remove the special casing of MTIME. 519 bool time_match = ClientAndServerTimeMatch(entry->Get(MTIME), 572 entry->Put(MTIME, entry->Get(SERVER_MTIME)); [all...] |
| /external/chromium_org/chrome/browser/resources/file_manager/js/ |
| file_table.js | 669 * Compare by mtime first, then by name. 680 * Compare by mtime first, then by name.
|
| /external/chromium_org/sync/syncable/ |
| directory_backing_store.cc | [all...] |