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

12 3 4 5 6 7 8

  /external/oprofile/daemon/
opd_events.c 153 int spu_samples, uint64_t embed_offset, time_t mtime)
167 header->mtime = mtime;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
mac_unittest.py 92 port.host.filesystem.mtime = lambda f: 5 if '/out/' in f else 4
95 port.host.filesystem.mtime = lambda f: 5 if '/xcodebuild/' in f else 4
win_unittest.py 119 port.host.filesystem.mtime = lambda f: 5 if '/out/' in f else 4
122 port.host.filesystem.mtime = lambda f: 5 if '/build/' in f else 4
  /external/chromium_org/tools/valgrind/
chrome_tests.sh 70 # -mtime +1 <- only print files modified more than 24h ago,
75 \) -mtime +1 -print0 | xargs -0 rm -rf
  /frameworks/base/core/java/android/app/backup/
BackupAgent.java 464 * @param mtime The modification time of the file when it was backed up, suitable to
469 File destination, int type, long mode, long mtime)
471 FullBackup.restoreFile(data, size, type, mode, mtime, destination);
480 int type, String domain, String path, long mode, long mtime)
486 + " mtime=" + mtime);
520 onRestoreFile(data, size, outFile, type, mode, mtime);
534 FullBackup.restoreFile(data, size, type, mode, mtime, null);
664 int type, String domain, String path, long mode, long mtime,
668 BackupAgent.this.onRestoreFile(data, size, type, domain, path, mode, mtime);
    [all...]
FullBackup.java 87 * the mode nor the mtime values will be applied to the restored file.
88 * @param mtime A timestamp in the standard Unix epoch that will be imposed as the
96 long size, int type, long mode, long mtime, File outFile) throws IOException {
157 outFile.setLastModified(mtime);
  /frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/
SharedStorageAgent.java 66 int type, String domain, String relpath, long mode, long mtime)
93 FullBackup.restoreFile(data, size, type, -1, mtime, outFile);
ObbBackupService.java 106 long fileSize, int type, String path, long mode, long mtime,
117 FullBackup.restoreFile(data, fileSize, type, -1, mtime, outFile);
  /cts/tests/tests/permission/src/android/permission/cts/
FileUtils.java 67 public long mtime; field in class:FileUtils.FileStatus
  /external/kernel-headers/original/linux/
stat.h 69 struct timespec mtime; member in struct:kstat
  /external/oprofile/libabi/
op_abi.c 52 { "offsetof_header_mtime", offsetof(struct opd_header, mtime) },
  /external/oprofile/libabi/tests/
abi_test.cpp 82 header->mtime = 1034790063;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
gzip.py 46 compresslevel=9, fileobj=None, mtime=None):
74 The mtime argument is an optional numeric timestamp to be written
133 self.mtime = mtime
174 mtime = self.mtime
175 if mtime is None:
176 mtime = time.time()
177 write32u(self.fileobj, long(mtime))
195 self.mtime = read32(self.fileobj
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
gzip.py 46 compresslevel=9, fileobj=None, mtime=None):
74 The mtime argument is an optional numeric timestamp to be written
133 self.mtime = mtime
174 mtime = self.mtime
175 if mtime is None:
176 mtime = time.time()
177 write32u(self.fileobj, long(mtime))
195 self.mtime = read32(self.fileobj
    [all...]
  /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/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/python/darwin-x86/2.7.5/lib/python2.7/test/
test_compileall.py 30 mtime = int(os.stat(self.source_path).st_mtime)
31 compare = struct.pack('<4sl', imp.get_magic(), mtime)
51 # Test a change in mtime leads to a new .pyc.
55 # Test a change in mtime leads to a new .pyc.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_compileall.py 30 mtime = int(os.stat(self.source_path).st_mtime)
31 compare = struct.pack('<4sl', imp.get_magic(), mtime)
51 # Test a change in mtime leads to a new .pyc.
55 # Test a change in mtime leads to a new .pyc.
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/os/
FileUtils.java 63 private long mtime; field in class:FileUtils.FileStatus
  /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:
crashlogs_unittest.py 113 filesystem.mtime = bad_mtime
  /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 */
  /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

Completed in 2078 milliseconds

12 3 4 5 6 7 8