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

1 2 34 5 6 7 8

  /prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/linux/
jffs2.h 127 jint32_t mtime; member in struct:jffs2_raw_inode
  /prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/linux/
jffs2.h 127 jint32_t mtime; member in struct:jffs2_raw_inode
  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/linux/
jffs2.h 127 jint32_t mtime; member in struct:jffs2_raw_inode
  /external/dhcpcd-6.8.2/
if-options.h 152 time_t mtime; member in struct:if_options
  /external/openssh/
scp.c 577 fprintf(stderr, "File mtime %lld atime %lld\n",
938 #define mtime tv[1] macro
995 SCREWUP("mtime.sec not present");
998 SCREWUP("mtime.sec not delimited");
1002 mtime.tv_sec = ull;
1003 mtime.tv_usec = strtol(cp, &cp, 10);
1004 if (!cp || *cp++ != ' ' || mtime.tv_usec < 0 ||
1005 mtime.tv_usec > 999999)
1006 SCREWUP("mtime.usec not delimited");
  /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.11-4.8/sysroot/usr/include/rpcsvc/
nfs_prot.h 91 nfstime mtime; member in struct:fattr
102 nfstime mtime; member in struct:sattr
  /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 441 final long mtime = trace.lastModified(); local
442 if (mtime > mostRecentMtime) {
443 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 75 unsigned long long mtime; /* modification time of the segment */ member in struct:seg_entry
146 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
  /frameworks/native/cmds/dumpstate/
dumpstate.cpp 97 time_t mtime; member in struct:DumpData
101 return d1.mtime > d2.mtime;
188 DumpData data = {.name = abs_path, .fd = fd.release(), .mtime = st.st_mtime};
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
fuse.h 81 __u64 mtime; member in struct:fuse_attr
327 __u64 mtime; member in struct:fuse_setattr_in
  /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

Completed in 809 milliseconds

1 2 34 5 6 7 8