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

1 2

  /system/extras/ext4_utils/
contents.h 31 u32 mtime; member in struct:dentry
38 int inode_set_permissions(u32 inode_num, u16 mode, u16 uid, u16 gid, u32 mtime);
  /external/oprofile/libop/
op_sample_file.h 31 time_t mtime; member in struct:opd_header
  /external/qemu/block/
cow.c 41 int32_t mtime; member in struct:cow_header_v2
231 /* Note: if no file, we put a dummy mtime */
232 cow_header.mtime = cpu_to_be32(0);
244 cow_header.mtime = cpu_to_be32(st.st_mtime);
qcow.c 46 uint32_t mtime; member in struct:QCowHeader
108 be32_to_cpus(&header.mtime);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/os/
FileUtils.java 63 private long mtime; field in class:FileUtils.FileStatus
  /cts/tests/tests/permission/src/android/permission/cts/
FileUtils.java 63 public long mtime; field in class:FileUtils.FileStatus
  /external/dbus/dbus/
dbus-sysdeps.h 352 unsigned long mtime; /**< Modify time */ member in struct:__anon3413
  /external/elfutils/libdw/
dwarf_getsrclines.c 218 .mtime = 0,
275 get_uleb128 (new_file->info.mtime, linep);
399 Dwarf_Word mtime; local
400 get_uleb128 (mtime, linep);
426 new_file->info.mtime = mtime;
libdwP.h 177 Dwarf_Word mtime; member in struct:Dwarf_Files_s::Dwarf_Fileinfo_s
  /external/jhead/
main.c 142 struct utimbuf mtime; local
145 mtime.actime = buf.st_mtime;
146 mtime.modtime = buf.st_mtime;
148 utime(filename, &mtime);
  /external/kernel-headers/original/linux/
stat.h 69 struct timespec mtime; member in struct:kstat
  /frameworks/base/cmds/dumpstate/
utils.c 117 time_t mtime = st.st_mtime; local
118 strftime(stamp, sizeof(stamp), "%Y-%m-%d %H:%M:%S", localtime(&mtime));
  /frameworks/base/core/java/android/os/
FileUtils.java 67 public long mtime; field in class:FileUtils.FileStatus
  /external/bluetooth/glib/gio/xdgmime/
xdgmime.c 78 time_t mtime; member in struct:XdgDirTimeList
101 time_t mtime)
117 list->mtime = mtime;
298 /* Checks file_path to make sure it has the same mtime as last time it was
299 * checked. If it has a different mtime, or if the file doesn't exist, it
322 if (st.st_mtime == list->mtime)
  /external/chromium/base/third_party/xdg_mime/
xdgmime.c 78 time_t mtime; member in struct:XdgDirTimeList
101 time_t mtime)
117 list->mtime = mtime;
298 /* Checks file_path to make sure it has the same mtime as last time it was
299 * checked. If it has a different mtime, or if the file doesn't exist, it
322 if (st.st_mtime == list->mtime)
  /external/clearsilver/mod_ecs/
mod_ecs.c 352 time_t mtime; member in struct:__anon3292
447 entry->mtime = s.st_mtime;
569 handler->mtime = my_handler.mtime;
582 else if (!handler->loaded || (s.st_mtime > handler->mtime))
601 handler->mtime = s.st_mtime;
  /external/zlib/contrib/untgz/
untgz.c 75 char mtime[12]; /* 136 */ member in struct:tar_header
431 tartime = (time_t)getoct(buffer.header.mtime,12);
  /system/core/debuggerd/
debuggerd.c 509 unsigned long mtime = ULONG_MAX; local
518 typecheck(mtime, sb.st_mtime);
528 if (sb.st_mtime < mtime) {
530 mtime = sb.st_mtime;
  /external/bluetooth/glib/gio/
glocalfileinfo.c 2173 GFileAttributeValue *mtime, *mtime_usec, *atime, *atime_usec; local
    [all...]
  /external/dbus/bus/
activation.c 70 unsigned long mtime; member in struct:__anon3304
377 entry->mtime = stat_buf.mtime;
440 if (stat_buf.mtime > entry->mtime)
    [all...]
  /external/dropbear/
scp.c 839 #define mtime tv[1] macro
892 mtime.tv_sec = strtol(cp, &cp, 10);
894 SCREWUP("mtime.sec not delimited");
895 mtime.tv_usec = strtol(cp, &cp, 10);
897 SCREWUP("mtime.usec not delimited");
  /external/quake/quake/src/WinQuake/
client.h 197 double mtime[2]; // the timestamp of last two messages member in struct:__anon6969
  /frameworks/base/media/libstagefright/
MPEG4Extractor.cpp 1057 uint64_t ctime, mtime, duration; local
1062 mtime = U64_AT(&buffer[12]);
1067 mtime = U32_AT(&buffer[8]);
    [all...]
  /device/samsung/crespo/alsa-lib/src/
conf.c 2623 time_t mtime; member in struct:finfo
    [all...]
  /system/core/sdcard/
fuse.h 91 __u64 mtime; member in struct:fuse_attr
337 __u64 mtime; member in struct:fuse_setattr_in

Completed in 214 milliseconds

1 2