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

12 3 4 5 6 7 8

  /external/syslinux/libfat/
fat.h 91 le32_t mtime; /* Modification time */ member in struct:fat_dirent
  /external/toybox/toys/pending/
crontab.c 266 time_t mtime = 0; local
286 if (!stat(tname, &sb)) mtime = sb.st_mtime;
313 if (!stat(tname, &sb) && (mtime == sb.st_mtime)) {
tar.c 25 m Don't restore mtime
53 char name[100], mode[8], uid[8], gid[8],size[12], mtime[12], chksum[8], member in struct:tar_hdr
64 time_t mtime; member in struct:file_header
139 sprintf(tmp.mtime, "%0*d", (int)sizeof(tmp.mtime)-1, 0);
199 itoo(hdr.mtime, sizeof(hdr.mtime), st->st_mtime);
340 sprintf(buf, "%0o", (int)file_hdr->mtime);
453 //apply mtime
455 struct timeval times[2] = {{file_hdr->mtime, 0},{file_hdr->mtime, 0}}
    [all...]
  /libcore/ojluni/src/main/java/java/util/zip/
ZipEntry.java 50 FileTime mtime; // last modification time, from extra field data field in class:ZipEntry
145 mtime = e.mtime;
195 // Avoid setting the mtime field if time is in the valid
198 this.mtime = null;
200 this.mtime = FileTime.from(time, TimeUnit.MILLISECONDS);
221 // Android-changed: Use xdostime, returning mtime would be a
223 if (mtime != null) {
224 return mtime.toMillis();
248 this.mtime = Objects.requireNonNull(time, "lastModifiedTime")
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/dist/
util.go 225 // mtime returns the modification time of the file p.
226 func mtime(p string) time.Time { func
  /prebuilts/go/linux-x86/src/cmd/dist/
util.go 225 // mtime returns the modification time of the file p.
226 func mtime(p string) time.Time { func
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
FileUtils.java 73 public long mtime; field in class:FileUtils.FileStatus
  /prebuilts/go/darwin-x86/src/syscall/
fs_nacl.go 127 // mtime sets ip.Mtime to the current time.
128 func (fs *fsys) mtime(ip *inode) { func
130 ip.Mtime, ip.MtimeNsec = sec, int64(nsec)
150 fs.mtime(dp)
462 f.fsys.mtime(f.inode)
621 ip.Mtime = ts[1].Sec
827 ip.Mtime = sec
  /prebuilts/go/linux-x86/src/syscall/
fs_nacl.go 127 // mtime sets ip.Mtime to the current time.
128 func (fs *fsys) mtime(ip *inode) { func
130 ip.Mtime, ip.MtimeNsec = sec, int64(nsec)
150 fs.mtime(dp)
462 f.fsys.mtime(f.inode)
621 ip.Mtime = ts[1].Sec
827 ip.Mtime = sec
  /toolchain/binutils/binutils-2.25/gold/
readsyms.cc 715 Timespec mtime = this->input_reader_->get_mtime(); local
716 incremental_inputs->report_script(script_info, arg_serial, mtime);
  /bionic/libc/kernel/uapi/linux/
jffs2.h 103 jint32_t mtime; member in struct:jffs2_raw_inode
  /development/ndk/platforms/android-21/include/linux/
jffs2.h 127 jint32_t mtime; member in struct:jffs2_raw_inode
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
zipimport.c 946 /* Lenient date/time comparison function. The precision of the mtime
947 in the archive is lower than the mtime stored in a .pyc: we
965 unmarshal_code(char *pathname, PyObject *data, time_t mtime)
985 if (mtime != 0 && !eq_mtime(get_long((unsigned char *)buf + 4),
986 mtime)) {
988 PySys_WriteStderr("# %s has bad mtime\n",
1089 time_t mtime = 0; local
1163 time_t mtime = 0; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
zipimport.c 918 /* Lenient date/time comparison function. The precision of the mtime
919 in the archive is lower than the mtime stored in a .pyc: we
937 unmarshal_code(char *pathname, PyObject *data, time_t mtime)
957 if (mtime != 0 && !eq_mtime(get_long((unsigned char *)buf + 4),
958 mtime)) {
960 PySys_WriteStderr("# %s has bad mtime\n",
1061 time_t mtime = 0; local
1135 time_t mtime = 0; local
    [all...]
  /external/elfutils/libdw/
dwarf_getsrclines.c 165 .mtime = 0,
392 get_uleb128 (new_file->info.mtime, linep, lineendp);
536 Dwarf_Word mtime; local
539 get_uleb128 (mtime, linep, lineendp);
566 new_file->info.mtime = mtime;
  /external/kernel-headers/original/uapi/linux/
jffs2.h 135 /* The uid, gid, atime, mtime and ctime members could be longer, but
153 jint32_t mtime; /* Last modification time. */ member in struct:jffs2_raw_inode
  /external/python/cpython2/Modules/
zipimport.c 1036 /* Lenient date/time comparison function. The precision of the mtime
1037 in the archive is lower than the mtime stored in a .pyc: we
1055 unmarshal_code(const char *pathname, PyObject *data, time_t mtime)
1076 if (mtime != 0 && !eq_mtime(get_uint32(buf + 4), mtime)) {
1078 PySys_WriteStderr("# %s has bad mtime\n",
1181 time_t mtime = 0; local
1255 time_t mtime = 0; local
    [all...]
  /external/squashfs-tools/squashfs-tools/
unsquashfs.h 187 unsigned int mtime; member in struct:dir
  /external/syslinux/core/include/
fs.h 110 uint32_t mtime; /* Modify time */ member in struct:inode
  /external/toybox/toys/
e2fs.h 22 uint32_t mtime; // Mount time member in struct:ext2_superblock
90 uint32_t mtime; // Modification time member in struct:ext2_inode
  /external/zlib/src/contrib/untgz/
untgz.c 75 char mtime[12]; /* 136 */ member in struct:tar_header
431 tartime = (time_t)getoct(buffer.header.mtime,12);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
jffs2.h 134 /* The uid, gid, atime, mtime and ctime members could be longer, but
152 jint32_t mtime; /* Last modification time. */ member in struct:jffs2_raw_inode
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
jffs2.h 135 /* The uid, gid, atime, mtime and ctime members could be longer, but
153 jint32_t mtime; /* Last modification time. */ member in struct:jffs2_raw_inode
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/linux/
jffs2.h 127 jint32_t mtime; member in struct:jffs2_raw_inode
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/linux/
jffs2.h 127 jint32_t mtime; member in struct:jffs2_raw_inode

Completed in 876 milliseconds

12 3 4 5 6 7 8