HomeSort by relevance Sort by last modified time
    Searched defs:mtime (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/webkit/LayoutTests/http/tests/resources/
touch-temp-file.php 17 $mtime = $stat['mtime'] + 1; variable
19 if (!touch($tmpFile, $mtime)) {
  /external/oprofile/daemon/liblegacy/
opd_image.h 44 time_t mtime; member in struct:opd_image
  /external/webkit/Source/WebCore/platform/graphics/android/
PerformanceMonitor.cpp 70 float mtime = (seconds * 1000.0) + (useconds/1000.0); local
74 item->average_ms = (item->average_ms + mtime) / 2;
76 item->average_ms = mtime;
  /system/extras/ext4_utils/
contents.h 31 u32 mtime; member in struct:dentry
38 int inode_set_permissions(u32 inode_num, u16 mode, u16 uid, u16 gid, u32 mtime);
  /external/chromium/chrome/browser/sync/glue/
session_change_processor.cc 212 const int64 mtime = sync_node.GetModificationTime(); local
214 session_model_associator_->AssociateForeignSpecifics(specifics, mtime);
  /external/oprofile/libop/
op_sample_file.h 31 time_t mtime; member in struct:opd_header
  /external/valgrind/main/include/
pub_tool_libcfile.h 65 ULong mtime; member in struct:vg_stat
  /system/extras/fatblock/
fatblock.h 51 time_t mtime; member in struct:file
fat.h 97 uint16_t mtime; member in struct:fat_dirent
  /external/qemu/block/
cow.c 39 int32_t mtime; member in struct:cow_header_v2
247 /* Note: if no file, we put a dummy mtime */
248 cow_header.mtime = cpu_to_be32(0);
260 cow_header.mtime = cpu_to_be32(st.st_mtime);
qcow.c 46 uint32_t mtime; member in struct:QCowHeader
105 be32_to_cpus(&header.mtime);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/os/
FileUtils.java 63 private long mtime; field in class:FileUtils.FileStatus
  /cts/tests/src/android/os/cts/
FileUtils.java 71 public long mtime; field in class:FileUtils.FileStatus
  /cts/tests/tests/permission/src/android/permission/cts/
FileUtils.java 63 public long mtime; field in class:FileUtils.FileStatus
  /external/dbus/dbus/
dbus-sysdeps.h 389 unsigned long mtime; /**< Modify time */ member in struct:__anon5494
  /external/elfutils/libdw/
dwarf_getsrclines.c 218 .mtime = 0,
275 get_uleb128 (new_file->info.mtime, linep);
399 Dwarf_Word mtime; local
400 get_uleb128 (mtime, linep);
426 new_file->info.mtime = mtime;
  /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/kernel-headers/original/linux/
stat.h 69 struct timespec mtime; member in struct:kstat
  /external/webkit/Tools/Scripts/webkitpy/common/system/
filesystem.py 186 def mtime(self, path): member in class:FileSystem
filesystem_mock.py 186 def mtime(self, path): member in class:MockFileSystem
  /frameworks/base/cmds/dumpstate/
utils.c 126 time_t mtime = st.st_mtime; local
127 strftime(stamp, sizeof(stamp), "%Y-%m-%d %H:%M:%S", localtime(&mtime));
  /frameworks/base/core/java/android/os/
FileUtils.java 69 public long mtime; field in class:FileUtils.FileStatus
  /external/bluetooth/glib/gio/xdgmime/
xdgmime.c 78 time_t mtime; member in struct:XdgDirTimeList
101 time_t mtime)
117 list->mtime = mtime;
298 /* Checks file_path to make sure it has the same mtime as last time it was
299 * checked. If it has a different mtime, or if the file doesn't exist, it
322 if (st.st_mtime == list->mtime)
  /external/clang/lib/Lex/
PTHLexer.cpp 630 const time_t mtime; member in class:__anon4381::PTHStatData
634 : hasStat(true), ino(i), dev(d), mode(mo), mtime(m), size(s) {}
637 : hasStat(false), ino(0), dev(0), mode(0), mtime(0), size(0) {}
664 time_t mtime = (time_t) ReadUnalignedLE64(d); local
665 return data_type(ino, dev, mode, mtime, (off_t) ReadUnalignedLE64(d));
700 StatBuf.st_mtime = Data.mtime;
  /external/zlib/contrib/untgz/
untgz.c 75 char mtime[12]; /* 136 */ member in struct:tar_header
431 tartime = (time_t)getoct(buffer.header.mtime,12);

Completed in 518 milliseconds

1 2 3