HomeSort by relevance Sort by last modified time
    Searched refs:mtime (Results 51 - 75 of 190) sorted by null

1 23 4 5 6 7 8

  /external/chromium_org/chrome/browser/sync/glue/
session_model_associator.h 300 // Set |session_tab| from |tab_delegate| and |mtime|.
303 base::Time mtime,
310 base::Time mtime,
318 base::Time mtime,
  /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/chromium/chrome/browser/sync/engine/
syncer_proto_util.cc 28 using syncable::MTIME;
296 !ClientAndServerTimeMatch(local_entry.Get(MTIME),
297 server_entry.mtime())) {
298 LOG(WARNING) << "mtime mismatch";
347 "mtime: %" PRId64"d (client: %" PRId64"d), "
354 entry.mtime(), ServerTimeToClientTime(entry.mtime()),
  /cts/tests/src/android/os/cts/
FileUtils.java 73 public long mtime; field in class:FileUtils.FileStatus
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
chromium.py 98 hits.append((filesystem.mtime(path), path))
104 hits.append((filesystem.mtime(path), path))
382 debug_mtime = self._filesystem.mtime(debug_path)
383 release_mtime = self._filesystem.mtime(release_path)
  /external/chromium_org/third_party/jinja2/
loaders.py 60 mtime = getmtime(path)
63 return source, path, lambda: mtime == getmtime(path)
173 mtime = path.getmtime(filename)
176 return path.getmtime(filename) == mtime
232 mtime = path.getmtime(filename)
235 return path.getmtime(filename) == mtime
  /external/valgrind/main/include/
pub_tool_libcfile.h 65 ULong mtime; member in struct:vg_stat
  /system/extras/ext4_utils/
contents.c 237 int inode_set_permissions(u32 inode_num, u16 mode, u16 uid, u16 gid, u32 mtime)
247 inode->i_mtime = mtime;
248 inode->i_atime = mtime;
249 inode->i_ctime = mtime;
  /external/genext2fs/
genext2fs.c 1511 uint32 nod, ctime, mtime; local
1658 uint32 uid, gid, mode, ctime, mtime; local
    [all...]
  /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);
session_model_associator.h 339 const int64 mtime,
345 const int64 mtime,
  /external/jhead/
jhead.c     [all...]
  /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();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
fuse.h 48 __u64 mtime; member in struct:fuse_attr
241 __u64 mtime; member in struct:fuse_setattr_in
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
nis_object.x 285 uint32_t mtime; /* Time of objects modification */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
fuse.h 48 __u64 mtime; member in struct:fuse_attr
241 __u64 mtime; member in struct:fuse_setattr_in
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nis_object.x 285 uint32_t mtime; /* Time of objects modification */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
fuse.h 48 __u64 mtime; member in struct:fuse_attr
241 __u64 mtime; member in struct:fuse_setattr_in
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nis_object.x 285 uint32_t mtime; /* Time of objects modification */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
compileall.py 89 mtime = int(os.stat(fullname).st_mtime)
90 expect = struct.pack('<4sl', imp.get_magic(), mtime)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
compileall.py 89 mtime = int(os.stat(fullname).st_mtime)
90 expect = struct.pack('<4sl', imp.get_magic(), mtime)
  /ndk/sources/host-tools/make-3.81/
dir.c 229 int mtime; /* controls check for stale directory cache */
524 dc->mtime = st.st_mtime;
527 * NTFS is the only WINDOWS32 filesystem that bumps mtime
643 * filesystems force a rehash always as mtime does not change
650 dir->mtime = time ((time_t *) 0);
653 else if (stat(dir->path_key, &st) == 0 && st.st_mtime > dir->mtime)
656 dir->mtime = st.st_mtime;
1008 printf (_("# %s (key %s, mtime %d): could not be opened.\n"),
1009 dir->name, dir->contents->path_key,dir->contents->mtime);
1044 printf (_("# %s (key %s, mtime %d): ")
227 int mtime; \/* controls check for stale directory cache *\/ member in struct:directory_contents
    [all...]
  /external/chromium_org/net/disk_cache/simple/
simple_backend_impl.h 92 typedef base::Callback<void(base::Time mtime, uint64 max_size, int result)>

Completed in 2352 milliseconds

1 23 4 5 6 7 8