HomeSort by relevance Sort by last modified time
    Searched full:mtime (Results 101 - 125 of 398) sorted by null

1 2 3 45 6 7 8 91011>>

  /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;
264 mTime = checkNotNull(time, "missing TrustedTime");
375 final long currentTime = mTime.hasCache() ? mTime.currentTimeMillis()
677 final long currentTime = mTime.hasCache() ? mTime.currentTimeMillis()
    [all...]
  /frameworks/base/core/java/android/widget/
TextClock.java 127 private Calendar mTime;
239 mTime = Calendar.getInstance(TimeZone.getTimeZone(timeZone));
241 mTime = Calendar.getInstance();
512 mTime.setTimeInMillis(System.currentTimeMillis());
513 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/src/android/permission/cts/
FileUtils.java 67 public long mtime; field in class:FileUtils.FileStatus
  /external/chromium_org/chrome/browser/sync/glue/
session_model_associator.h 289 // Set |session_tab| from |tab_delegate| and |mtime|.
292 base::Time mtime,
299 base::Time mtime,
307 base::Time mtime,
  /external/chromium_org/sync/engine/
syncer_proto_util.cc 38 using syncable::MTIME;
541 GetTimeDebugString(ProtoTimeToTime(entry.mtime()));
547 "mtime: %" PRId64"d (%s), "
554 entry.mtime(), mtime_str.c_str(),
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
crashlogs.py 60 if not newer_than or self._host.filesystem.mtime(path) > newer_than:
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/breakpad/
dump_reader.py 66 if self._host.filesystem.mtime(dmp_file) < start_time:
  /external/chromium_org/third_party/lzma_sdk/
7z.h 96 CNtfsFileTime MTime;
  /external/lzma/C/
7z.h 96 CNtfsFileTime MTime;
  /external/lzma/CPP/Windows/
FileDir.h 24 bool SetDirTime(LPCWSTR fileName, const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime);
FileFind.h 35 FILETIME MTime;
  /external/oprofile/daemon/liblegacy/
opd_sample_files.c 146 image->kernel, 0, 0, 0, image->mtime);

Completed in 574 milliseconds

1 2 3 45 6 7 8 91011>>