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

1 2 3 4

  /external/chromium_org/tools/gyp/test/mac/
gyptest-copies.py 39 mtime = os.path.getmtime(dep_bundle) variable
42 os.utime(dep_bundle, (atime + i * 1000, mtime + i * 1000))
  /external/oprofile/daemon/liblegacy/
opd_image.h 44 time_t mtime; member in struct:opd_image
  /external/qemu/distrib/ext4_utils/src/
contents.h 31 u32 mtime; member in struct:dentry
40 int inode_set_permissions(u32 inode_num, u16 mode, u16 uid, u16 gid, u32 mtime);
  /system/extras/ext4_utils/
contents.h 31 u32 mtime; member in struct:dentry
40 int inode_set_permissions(u32 inode_num, u16 mode, u16 uid, u16 gid, u32 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 68 ULong mtime; member in struct:vg_stat
  /external/chromium_org/sync/internal_api/public/
non_blocking_sync_common.h 73 base::Time mtime; member in struct:syncer::CommitRequestData
97 base::Time mtime; member in struct:syncer::UpdateResponseData
  /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
  /external/chromium_org/sync/test/engine/
single_type_mock_server.cc 56 base::Time mtime = ctime + base::TimeDelta::FromSeconds(version); local
58 entity.set_mtime(TimeToProtoTime(mtime));
84 base::Time mtime = ctime + base::TimeDelta::FromSeconds(version); local
86 entity.set_mtime(TimeToProtoTime(mtime));
121 entryresponse->set_mtime(it->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 74 public long mtime; field in class:FileUtils.FileStatus
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
filesystem.py 180 def mtime(self, path): member in class:FileSystem
filesystem_mock.py 228 def mtime(self, path): member in class:MockFileSystem
  /cts/libs/deviceutil/src/android/cts/util/
FileUtils.java 73 public long mtime; field in class:FileUtils.FileStatus
  /external/elfutils/0.153/libdw/
dwarf_getsrclines.c 248 .mtime = 0,
305 get_uleb128 (new_file->info.mtime, linep);
488 Dwarf_Word mtime; local
489 get_uleb128 (mtime, linep);
515 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);
  /bionic/libc/kernel/uapi/linux/
jffs2.h 127 jint32_t mtime; member in struct:jffs2_raw_inode
  /development/ndk/platforms/android-L/include/linux/
jffs2.h 127 jint32_t mtime; member in struct:jffs2_raw_inode
  /external/kernel-headers/original/uapi/linux/
jffs2.h 135 /* The uid, gid, atime, mtime and ctime members could be longer, but
153 jint32_t mtime; /* Last modification time. */ member in struct:jffs2_raw_inode
  /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 275 time_t mtime = st.st_mtime; local
276 strftime(stamp, sizeof(stamp), "%Y-%m-%d %H:%M:%S", localtime(&mtime));

Completed in 947 milliseconds

1 2 3 4