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

/system/extras/ext4_utils/
H A Dcontents.h31 u32 mtime; member in struct:dentry
40 int inode_set_permissions(u32 inode_num, u16 mode, u16 uid, u16 gid, u32 mtime);
H A Dcontents.c247 int inode_set_permissions(u32 inode_num, u16 mode, u16 uid, u16 gid, u32 mtime) argument
257 inode->i_mtime = mtime;
258 inode->i_atime = mtime;
259 inode->i_ctime = mtime;
/system/core/adb/
H A Dfile_sync_client.cpp338 unsigned mtime, mode_t mode, int show_progress)
373 msg.data.size = htoll(mtime);
711 /* for links, we cannot update the atime/mtime */
337 sync_send(int fd, const char *lpath, const char *rpath, unsigned mtime, mode_t mode, int show_progress) argument

Completed in 4251 milliseconds