Searched refs:mtime (Results 1 - 11 of 11) sorted by path

/system/core/adb/
H A Dfile_sync_client.c298 unsigned mtime, mode_t mode, int verifyApk)
392 msg.data.size = htoll(mtime);
712 /* for links, we cannot update the atime/mtime */
914 /* for links, we cannot update the atime/mtime */
297 sync_send(int fd, const char *lpath, const char *rpath, unsigned mtime, mode_t mode, int verifyApk) argument
/system/core/debuggerd/
H A Dtombstone.c646 unsigned long mtime = ULONG_MAX; local
653 typecheck(mtime, sb.st_mtime);
665 if (sb.st_mtime < mtime) {
667 mtime = sb.st_mtime;
/system/core/sdcard/
H A Dfuse.h91 __u64 mtime; member in struct:fuse_attr
337 __u64 mtime; member in struct:fuse_setattr_in
H A Dsdcard.c280 attr->mtime = s->st_mtime;
595 /* Handle changing atime and mtime. If FATTR_ATIME_and FATTR_ATIME_NOW
597 * time specified in the request. Same goes for mtime. Use utimensat(2)
616 times[1].tv_sec = req->mtime;
620 TRACE("[%d] Calling utimensat on %s with atime %ld, mtime=%ld\n",
/system/extras/ext4_utils/
H A Dcontents.c236 int inode_set_permissions(u32 inode_num, u16 mode, u16 uid, u16 gid, u32 mtime) argument
246 inode->i_mtime = mtime;
247 inode->i_atime = mtime;
248 inode->i_ctime = mtime;
H A Dcontents.h31 u32 mtime; member in struct:dentry
39 int inode_set_permissions(u32 inode_num, u16 mode, u16 uid, u16 gid, u32 mtime);
H A Dmake_ext4fs.c87 .mtime = 0,
93 dentries.uid, dentries.gid, dentries.mtime);
145 dentries[i].mtime = stat.st_mtime;
216 dentries[i].mtime);
/system/extras/fatblock/
H A Dfat.h97 uint16_t mtime; member in struct:fat_dirent
H A Dfatblock.h51 time_t mtime; member in struct:file
H A Dimport.c128 f->mtime = st.st_mtime;
H A Dread.c66 if (f->mtime != st.st_mtime)

Completed in 1825 milliseconds