Searched defs:mtime (Results 1 - 7 of 7) sorted by relevance

/system/extras/ext4_utils/
H A Dcontents.h31 u32 mtime; member in struct:dentry
38 int inode_set_permissions(u32 inode_num, u16 mode, u16 uid, u16 gid, u32 mtime);
H A Dcontents.c231 int inode_set_permissions(u32 inode_num, u16 mode, u16 uid, u16 gid, u32 mtime) argument
241 inode->i_mtime = mtime;
242 inode->i_atime = mtime;
243 inode->i_ctime = mtime;
/system/extras/fatblock/
H A Dfatblock.h51 time_t mtime; member in struct:file
H A Dfat.h97 uint16_t mtime; member in struct:fat_dirent
/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 Ddebuggerd.c340 unsigned long mtime = ULONG_MAX; local
349 typecheck(mtime, sb.st_mtime);
359 if (sb.st_mtime < mtime) {
361 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

Completed in 105 milliseconds