HomeSort by relevance Sort by last modified time
    Searched full:mtime (Results 201 - 225 of 398) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/e2fsprogs/debugfs/
set_fields.c 81 { "mtime", &set_sb.s_mtime, 4, parse_time },
153 { "mtime", &set_inode.i_mtime, 4, parse_time },
  /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
  /external/lzma/CPP/7zip/UI/Common/
OpenArchive.cpp 81 ft = MTime;
457 RINOK(arc.GetItemMTime(mainSubfile, arc2.MTime, arc2.MTimeDefined));
  /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);
  /frameworks/native/cmds/dumpstate/
utils.c 230 time_t mtime = st.st_mtime; local
231 strftime(stamp, sizeof(stamp), "%Y-%m-%d %H:%M:%S", localtime(&mtime));
  /external/chromium/chrome/browser/sync/engine/
build_commit_command.cc 168 meta_entry.Get(syncable::MTIME)));
  /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/net/disk_cache/simple/
simple_backend_impl.h 112 typedef base::Callback<void(base::Time mtime, uint64 max_size, int result)>
  /external/chromium_org/sync/syncable/
entry_kernel.h 69 MTIME = TIME_FIELDS_BEGIN,
  /external/lzma/CPP/7zip/Archive/7z/
7zUpdate.cpp 314 if (u1.MTimeDefined && u2.MTimeDefined) RINOZ_COMP(u1.MTime, u2.MTime);
436 file2.MTime = ui.MTime; file2.MTimeDefined = ui.MTimeDefined;
  /external/oprofile/daemon/liblegacy/
opd_image.c 147 image->mtime = op_get_mtime(image->name);
  /external/zlib/src/doc/
rfc1952.txt 247 |ID1|ID2|CM |FLG| MTIME |XFL|OS | (more-->)
370 MTIME (Modification TIME)
376 did not come from a file, MTIME is set to the time at which
377 compression started. MTIME = 0 means no time stamp is
  /frameworks/opt/vcard/java/com/android/vcard/
VCardParserImpl_V21.java 49 private long mTime;
73 mTime += end - start;
85 mTime += end - start;
95 return mTime;
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/service/
VideoEditorProject.java 88 private final long mTime;
102 mTime = time;
127 * @return the mTime
130 return mTime;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
robotparser.py 32 def mtime(self): member in class:RobotFileParser
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
robotparser.py 32 def mtime(self): member in class:RobotFileParser
  /system/extras/fatblock/
import.c 128 f->mtime = st.st_mtime;
  /external/chromium_org/crypto/
openpgp_symmetric_encryption.cc 601 !reader->Skip(sizeof(uint32) /* mtime */)) {
657 // as binary data with no filename nor mtime specified. See RFC 4880, section
663 literal_data.push_back(0x00); // zero mtime
  /external/chromium_org/native_client_sdk/src/build_tools/tests/
sdktools_commands_test.py 426 # Set the mtime on the pepper_23 bundle to be a few seconds in the past.
431 mtime = os.path.getmtime(archive)
432 os.utime(archive, (atime, mtime-10))
  /external/oprofile/
TODO 240 The check for header.mtime of JIT sample files is not correct because currently
241 this mtime value is set to zero due to missing cookie setting for JIT sample files.
242 Some additional check/setting to header.mtime should be made for JIT sample files.
  /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...]
  /frameworks/base/services/java/com/android/server/net/
NetworkPolicyManagerService.java 239 private final TrustedTime mTime;
306 mTime = checkNotNull(time, "missing TrustedTime");
    [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/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...]
  /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...]

Completed in 709 milliseconds

1 2 3 4 5 6 7 891011>>