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

1 2 3 4 5 6

  /external/webkit/LayoutTests/http/tests/resources/
touch-temp-file.php 17 $mtime = $stat['mtime'] + 1; variable
19 if (!touch($tmpFile, $mtime)) {
  /external/elfutils/libdw/
dwarf_filesrc.c 59 dwarf_filesrc (Dwarf_Files *file, size_t idx, Dwarf_Word *mtime,
65 if (mtime != NULL)
66 *mtime = file->info[idx].mtime;
dwarf_linesrc.c 59 dwarf_linesrc (Dwarf_Line *line, Dwarf_Word *mtime, Dwarf_Word *length)
70 if (mtime != NULL)
71 *mtime = line->files->info[line->file].mtime;
  /external/elfutils/libdwfl/
dwfl_lineinfo.c 55 Dwarf_Word *mtime, Dwarf_Word *length)
71 if (mtime != NULL)
72 *mtime = file->mtime;
  /system/extras/ext4_utils/
contents.h 31 u32 mtime; member in struct:dentry
40 int inode_set_permissions(u32 inode_num, u16 mode, u16 uid, u16 gid, u32 mtime);
  /ndk/sources/host-tools/make-3.81/
remake.c 88 #define MTIME(file) (rebuilding_makefiles ? file_mtime_no_search (file) \
184 FILE_TIMESTAMP mtime = MTIME (file);
188 mtime != file->mtime_before_update)
476 FILE_TIMESTAMP mtime;
482 mtime = file_mtime (d->file);
543 d->changed = ((file_mtime (d->file) != mtime)
544 /* || (mtime == NONEXISTENT_MTIME) */);
560 FILE_TIMESTAMP mtime = file_mtime (d->file);
598 || file_mtime (d->file) != mtime);
183 FILE_TIMESTAMP mtime = MTIME (file); local
473 FILE_TIMESTAMP mtime; local
557 FILE_TIMESTAMP mtime = file_mtime (d->file); local
946 FILE_TIMESTAMP mtime; local
957 FILE_TIMESTAMP mtime; local
1146 FILE_TIMESTAMP mtime; local
1357 FILE_TIMESTAMP mtime; local
1472 FILE_TIMESTAMP mtime; local
    [all...]
  /external/openssh/
sftp-common.h 41 u_int32_t mtime; member in struct:Attrib
sftp-common.c 60 a->mtime = 0;
78 a->mtime = st->st_mtime;
97 st->st_mtime = a->mtime;
119 a.mtime = buffer_get_int(b);
153 buffer_put_int(b, a->mtime);
  /external/oprofile/daemon/
opd_events.h 45 int spu_samples, uint64_t embed_offset, time_t mtime);
opd_events.c 153 int spu_samples, uint64_t embed_offset, time_t mtime)
167 header->mtime = mtime;
  /external/oprofile/libop/
op_sample_file.h 31 time_t mtime; member in struct:opd_header
  /external/oprofile/daemon/liblegacy/
opd_image.h 44 time_t mtime; member in struct:opd_image
  /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/core/java/com/android/internal/backup/
IObbBackupService.aidl 43 long fileSize, int type, in String path, long mode, long mtime,
  /cts/tests/tests/permission/src/android/permission/cts/
FileUtils.java 67 public long mtime; field in class:FileUtils.FileStatus
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
SFTPv3FileAttributes.java 74 * The MTIME attribute. Represented as seconds from Jan 1, 1970 in UTC.
77 public Integer mtime = null; field in class:SFTPv3FileAttributes
  /system/extras/fatblock/
fatblock.h 51 time_t mtime; member in struct:file
  /external/oprofile/libpp/
op_header.cpp 45 if (h1.mtime != h2.mtime) {
48 << h1.mtime << ", " << h2.mtime << ") for "
92 if (newmtime == header.mtime)
100 // Files we couldn't get mtime of have zero mtime
101 if (!header.mtime) {
102 // FIXME: header.mtime for JIT sample files is 0. The problem could be that
  /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);
  /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;
  /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])

Completed in 711 milliseconds

1 2 3 4 5 6