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

1 23 4 5 6

  /external/squashfs-tools/kernel/fs/squashfs/
squashfs_fs.h 251 __le32 mtime; member in struct:squashfs_base_inode
260 __le32 mtime; member in struct:squashfs_ipc_inode
270 __le32 mtime; member in struct:squashfs_dev_inode
281 __le32 mtime; member in struct:squashfs_symlink_inode
293 __le32 mtime; member in struct:squashfs_reg_inode
307 __le32 mtime; member in struct:squashfs_lreg_inode
324 __le32 mtime; member in struct:squashfs_dir_inode
338 __le32 mtime; member in struct:squashfs_ldir_inode
  /external/squashfs-tools/kernel/include/linux/
squashfs_fs.h 250 __le32 mtime; member in struct:squashfs_base_inode
259 __le32 mtime; member in struct:squashfs_ipc_inode
269 __le32 mtime; member in struct:squashfs_dev_inode
280 __le32 mtime; member in struct:squashfs_symlink_inode
292 __le32 mtime; member in struct:squashfs_reg_inode
306 __le32 mtime; member in struct:squashfs_lreg_inode
323 __le32 mtime; member in struct:squashfs_dir_inode
337 __le32 mtime; member in struct:squashfs_ldir_inode
  /external/squashfs-tools/squashfs-tools/
squashfs_compat.h 79 int mtime; member in struct:squashfs_base_inode_header_3
88 int mtime; member in struct:squashfs_ipc_inode_header_3
98 int mtime; member in struct:squashfs_dev_inode_header_3
109 int mtime; member in struct:squashfs_symlink_inode_header_3
121 int mtime; member in struct:squashfs_reg_inode_header_3
135 int mtime; member in struct:squashfs_lreg_inode_header_3
150 int mtime; member in struct:squashfs_dir_inode_header_3
164 int mtime; member in struct:squashfs_ldir_inode_header_3
272 SQUASHFS_SWAP((s)->mtime, d, 32, 32);\
484 int mtime; member in struct:squashfs_reg_inode_header_1
497 int mtime; member in struct:squashfs_dir_inode_header_1
617 int mtime; member in struct:squashfs_reg_inode_header_2
632 int mtime; member in struct:squashfs_dir_inode_header_2
643 int mtime; member in struct:squashfs_ldir_inode_header_2
    [all...]
squashfs_fs.h 315 int mtime; member in struct:squashfs_base_inode_header
324 int mtime; member in struct:squashfs_ipc_inode_header
334 int mtime; member in struct:squashfs_lipc_inode_header
345 int mtime; member in struct:squashfs_dev_inode_header
356 int mtime; member in struct:squashfs_ldev_inode_header
368 int mtime; member in struct:squashfs_symlink_inode_header
380 int mtime; member in struct:squashfs_reg_inode_header
394 int mtime; member in struct:squashfs_lreg_inode_header
411 int mtime; member in struct:squashfs_dir_inode_header
425 int mtime; member in struct:squashfs_ldir_inode_header
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
nfs_prot.h 91 nfstime mtime; member in struct:fattr
102 nfstime mtime; member in struct:sattr
  /development/cmds/monkey/src/com/android/commands/monkey/
Monkey.java 446 final long mtime = trace.lastModified(); local
447 if (mtime > mostRecentMtime) {
448 mostRecentMtime = mtime;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
import.c 737 check_compiled_module(char *pathname, time_t mtime, char *cpathname)
754 if (pyc_mtime != mtime) {
756 PySys_WriteStderr("# %s has bad mtime\n", cpathname);
882 time_t mtime = srcstat->st_mtime; local
897 /* First write a 0 for mtime */
908 /* Now write the true mtime */
910 assert(mtime < LONG_MAX);
911 PyMarshal_WriteLongToFile((long)mtime, fp, Py_MARSHAL_VERSION);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
import.c 769 check_compiled_module(char *pathname, time_t mtime, char *cpathname)
786 if (pyc_mtime != mtime) {
788 PySys_WriteStderr("# %s has bad mtime\n", cpathname);
911 write_compiled_module(PyCodeObject *co, char *cpathname, struct stat *srcstat, time_t mtime)
934 /* First write a 0 for mtime */
945 /* Now write the true mtime (as a 32-bit field) */
947 assert(mtime <= 0xFFFFFFFF);
948 PyMarshal_WriteLongToFile((long)mtime, fp, Py_MARSHAL_VERSION);
1004 /* Get mtime from file pointer. */
1044 time_t mtime; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
import.c 737 check_compiled_module(char *pathname, time_t mtime, char *cpathname)
754 if (pyc_mtime != mtime) {
756 PySys_WriteStderr("# %s has bad mtime\n", cpathname);
882 time_t mtime = srcstat->st_mtime; local
897 /* First write a 0 for mtime */
908 /* Now write the true mtime */
910 assert(mtime < LONG_MAX);
911 PyMarshal_WriteLongToFile((long)mtime, fp, Py_MARSHAL_VERSION);
    [all...]
  /external/e2fsprogs/misc/
fuse2fs.c 501 struct timespec atime, mtime, now; local
513 EXT4_INODE_GET_XTIME(i_mtime, &mtime, pinode);
516 * If atime is newer than mtime and atime hasn't been updated in thirty
519 if (atime.tv_sec >= mtime.tv_sec && atime.tv_sec >= now.tv_sec - 30)
    [all...]
  /external/elfutils/libdw/
libdwP.h 233 Dwarf_Word mtime; member in struct:Dwarf_Files_s::Dwarf_Fileinfo_s
  /external/f2fs-tools/fsck/
f2fs.h 71 unsigned long long mtime; /* modification time of the segment */ member in struct:seg_entry
143 u32 mtime; member in struct:dentry
  /external/python/cpython2/Python/
import.c 787 check_compiled_module(char *pathname, time_t mtime, char *cpathname)
804 if (pyc_mtime != mtime) {
806 PySys_WriteStderr("# %s has bad mtime\n", cpathname);
929 write_compiled_module(PyCodeObject *co, char *cpathname, struct stat *srcstat, time_t mtime)
952 /* First write a 0 for mtime */
963 /* Now write the true mtime (as a 32-bit field) */
965 assert(mtime <= 0xFFFFFFFF);
966 PyMarshal_WriteLongToFile((long)mtime, fp, Py_MARSHAL_VERSION);
1022 /* Get mtime from file pointer. */
1062 time_t mtime; local
    [all...]
  /external/squashfs-tools/kernel-2.4/include/linux/
squashfs_fs.h 257 unsigned int mtime; \
407 SQUASHFS_SWAP((s)->mtime, d, 32, 32);\
596 unsigned int mtime; member in struct:squashfs_reg_inode_header_1
609 unsigned int mtime; member in struct:squashfs_dir_inode_header_1
651 SQUASHFS_SWAP((s)->mtime, d, 24, 32);\
662 SQUASHFS_SWAP((s)->mtime, d, 56, 32);\
713 unsigned int mtime; member in struct:squashfs_reg_inode_header_2
728 unsigned int mtime; member in struct:squashfs_dir_inode_header_2
739 unsigned int mtime; member in struct:squashfs_ldir_inode_header_2
805 SQUASHFS_SWAP((s)->mtime, d, 32, 32);
    [all...]
  /external/syslinux/core/fs/btrfs/
btrfs.h 240 struct btrfs_timespec mtime; member in struct:btrfs_inode_item
  /external/syslinux/core/fs/ntfs/
ntfs.h 337 int64_t mtime; member in struct:ntfs_filename_attr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
fuse.h 97 __u64 mtime; member in struct:fuse_attr
363 __u64 mtime; member in struct:fuse_setattr_in
  /toolchain/binutils/binutils-2.27/gold/
incremental.cc 1021 Timespec mtime = arch->get_mtime(); local
1093 Timespec mtime = obj->get_mtime(); local
1488 const Timespec& mtime = (*p)->get_mtime(); local
    [all...]
  /toolchain/binutils/binutils-2.27/include/mach-o/
external.h 412 unsigned char mtime[8]; member in struct:mach_o_dyld_cache_image_info_external
  /bionic/libc/kernel/uapi/linux/
btrfs_tree.h 239 struct btrfs_timespec mtime; member in struct:btrfs_inode_item
fuse.h 30 uint64_t mtime; member in struct:fuse_attr
230 uint64_t mtime; member in struct:fuse_setattr_in
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
edk2module.c 291 (mode, ino, dev, nlink, uid, gid, size, atime, mtime, ctime)\n\
1263 time_t atime, mtime; local
    [all...]
  /external/kernel-headers/original/uapi/linux/
btrfs_tree.h 577 struct btrfs_timespec mtime; member in struct:btrfs_inode_item
fuse.h 164 uint64_t mtime; member in struct:fuse_attr
474 uint64_t mtime; member in struct:fuse_setattr_in
  /hardware/qcom/msm8994/kernel-headers/linux/
fuse.h 32 uint64_t mtime; member in struct:fuse_attr
267 uint64_t mtime; member in struct:fuse_setattr_in

Completed in 949 milliseconds

1 23 4 5 6