Searched refs:mtime (Results 1 - 5 of 5) 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;
H A Dmake_ext4fs.c91 .mtime = 0,
97 dentries.uid, dentries.gid, dentries.mtime);
193 dentries[i].mtime = stat.st_mtime;
195 dentries[i].mtime = fixed_time;
302 dentries[i].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
/system/core/sdcard/
H A Dsdcard.c401 attr->mtime = s->st_mtim.tv_sec;
874 /* Handle changing atime and mtime. If FATTR_ATIME_and FATTR_ATIME_NOW
876 * time specified in the request. Same goes for mtime. Use utimensat(2)
895 times[1].tv_sec = req->mtime;
899 TRACE("[%d] Calling utimensat on %s with atime %ld, mtime=%ld\n",

Completed in 98 milliseconds