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

1 23 4 5 6 7 8 91011

  /cts/tests/tests/permission/src/android/permission/cts/
FileUtils.java 67 public long mtime; field in class:FileUtils.FileStatus
  /external/chromium/chrome/browser/sync/syncable/
syncable_enum_conversions.cc 51 ENUM_CASE(MTIME);
  /external/oprofile/daemon/liblegacy/
opd_image.h 44 time_t mtime; member in struct:opd_image
opd_sample_files.c 146 image->kernel, 0, 0, 0, image->mtime);
  /external/quake/quake/src/WinQuake/
cl_main.cpp 395 f = cl.mtime[0] - cl.mtime[1];
399 cl.time = cl.mtime[0];
405 cl.mtime[1] = cl.mtime[0] - 0.1;
408 frac = (cl.time - cl.mtime[1]) / f;
415 cl.time = cl.mtime[1];
425 cl.time = cl.mtime[0];
491 if (ent->msgtime != cl.mtime[0])
  /system/extras/fatblock/
fat.h 97 uint16_t mtime; member in struct:fat_dirent
  /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/chrome/browser/sync/glue/
session_change_processor.cc 212 const int64 mtime = sync_node.GetModificationTime(); local
214 session_model_associator_->AssociateForeignSpecifics(specifics, mtime);
  /frameworks/base/core/java/android/app/
IBackupAgent.aidl 114 * @param mtime Last modification time of the file system entity.
117 int type, String domain, String path, long mode, long 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);
  /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
jffs2.h 136 /* The uid, gid, atime, mtime and ctime members could be longer, but
154 jint32_t mtime; /* Last modification time. */ member in struct:jffs2_raw_inode
  /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
jffs2.h 136 /* The uid, gid, atime, mtime and ctime members could be longer, but
154 jint32_t mtime; /* Last modification time. */ member in struct:jffs2_raw_inode
  /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
jffs2.h 136 /* The uid, gid, atime, mtime and ctime members could be longer, but
154 jint32_t mtime; /* Last modification time. */ member in struct:jffs2_raw_inode
  /frameworks/base/services/java/com/android/server/net/
NetworkStatsService.java 158 private final TrustedTime mTime;
266 mTime = checkNotNull(time, "missing TrustedTime");
376 final long currentTime = mTime.hasCache() ? mTime.currentTimeMillis()
680 final long currentTime = mTime.hasCache() ? mTime.currentTimeMillis()
    [all...]
  /frameworks/base/core/java/android/widget/
TextClock.java 125 private Calendar mTime;
239 mTime = Calendar.getInstance(TimeZone.getTimeZone(timeZone));
241 mTime = Calendar.getInstance();
502 mTime.setTimeInMillis(System.currentTimeMillis());
503 setText(DateFormat.format(mFormat, mTime));
  /build/core/combo/
select.mk 64 # since the mtime depends when the repo was checked out
  /cts/apps/CtsVerifier/jni/verifier/
com_android_cts_verifier_os_FileUtils.cpp 115 gFileStatusMtimeFieldID = env->GetFieldID(fileStatusClass, "mtime", "J");
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/os/
FileUtils.java 63 private long mtime; field in class:FileUtils.FileStatus
  /cts/tests/jni/
android_os_cts_FileUtils.cpp 137 gFileStatusMtimeFieldID = env->GetFieldID(gFileStatusClass, "mtime", "J");
  /cts/tests/tests/permission/jni/
android_permission_cts_FileUtils.cpp 114 gFileStatusMtimeFieldID = env->GetFieldID(fileStatusClass, "mtime", "J");
  /external/oprofile/libutil++/
file_manip.cpp 61 // a scope to ensure out is closed before changing is mtime/atime

Completed in 3769 milliseconds

1 23 4 5 6 7 8 91011