HomeSort by relevance Sort by last modified time
    Searched refs:mtime (Results 26 - 50 of 138) sorted by null

12 3 4 5 6

  /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/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/
ObbBackupService.java 106 long fileSize, int type, String path, long mode, long mtime,
117 FullBackup.restoreFile(data, fileSize, type, -1, mtime, outFile);
  /frameworks/base/services/java/com/android/server/
SystemBackupAgent.java 126 int type, String domain, String path, long mode, long mtime)
149 FullBackup.restoreFile(data, size, type, mode, mtime, outFile);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/os/
FileUtils.java 63 private long mtime; field in class:FileUtils.FileStatus
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
nfs_prot.x 127 nfstime mtime; /* time of last modification */
140 nfstime mtime; /* time of last modification */
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/rpcsvc/
nfs_prot.x 127 nfstime mtime; /* time of last modification */
140 nfstime mtime; /* time of last modification */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nfs_prot.x 127 nfstime mtime; /* time of last modification */
140 nfstime mtime; /* time of last modification */
  /system/extras/fatblock/
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/clang/lib/Lex/
PTHLexer.cpp 626 const time_t mtime; member in class:__anon5778::PTHStatData
630 : hasStat(true), ino(i), dev(d), mode(mo), mtime(m), size(s) {}
633 : hasStat(false), ino(0), dev(0), mode(0), mtime(0), size(0) {}
660 time_t mtime = (time_t) ReadUnalignedLE64(d); local
661 return data_type(ino, dev, mode, mtime, (off_t) ReadUnalignedLE64(d));
696 StatBuf.st_mtime = Data.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()),
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/
browser_harness.rb 246 mtime = File.stat(file).mtime
247 age = (Time.now() - mtime).to_i
249 msg("#{file} is only #{age}s old: #{mtime}")
  /cts/tests/src/android/os/cts/
FileUtils.java 73 public long mtime; field in class:FileUtils.FileStatus
  /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.6/sysroot/usr/include/linux/
fuse.h 48 __u64 mtime; member in struct:fuse_attr
241 __u64 mtime; member in struct:fuse_setattr_in

Completed in 556 milliseconds

12 3 4 5 6