HomeSort by relevance Sort by last modified time
    Searched defs:mtime (Results 1 - 25 of 72) 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/openssh/
sftp-common.h 41 u_int32_t mtime; member in struct:Attrib
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
SFTPv3FileAttributes.java 74 * The MTIME attribute. Represented as seconds from Jan 1, 1970 in UTC.
77 public Integer mtime = null; field in class:SFTPv3FileAttributes
  /external/oprofile/daemon/liblegacy/
opd_image.h 44 time_t mtime; member in struct:opd_image
  /system/extras/ext4_utils/
contents.h 31 u32 mtime; member in struct:dentry
39 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);
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/atlantis/
atlantis.c 62 static double mtime(void) function
309 t2 = mtime();
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/atlantis/
atlantis.c 62 static double mtime(void) function
309 t2 = mtime();
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/atlantis/
atlantis.c 62 static double mtime(void) function
309 t2 = mtime();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/os/
FileUtils.java 63 private 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:__anon6599
  /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
  /cts/tests/src/android/os/cts/
FileUtils.java 72 public long mtime; field in class:FileUtils.FileStatus
  /external/elfutils/libdw/
dwarf_getsrclines.c 268 .mtime = 0,
325 get_uleb128 (new_file->info.mtime, linep);
449 Dwarf_Word mtime; local
450 get_uleb128 (mtime, linep);
476 new_file->info.mtime = mtime;
  /frameworks/native/cmds/dumpstate/
utils.c 162 time_t mtime = st.st_mtime; local
163 strftime(stamp, sizeof(stamp), "%Y-%m-%d %H:%M:%S", localtime(&mtime));
  /external/clang/lib/Lex/
PTHLexer.cpp 630 const time_t mtime; member in class:__anon5231::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;

Completed in 871 milliseconds

1 2 3