Searched refs:mtime (Results 1 – 11 of 11) sorted by relevance
/system/extras/ext4_utils/ |
D | contents.h | 31 u32 mtime; member 40 int inode_set_permissions(u32 inode_num, u16 mode, u16 uid, u16 gid, u32 mtime);
|
D | contents.c | 237 int inode_set_permissions(u32 inode_num, u16 mode, u16 uid, u16 gid, u32 mtime) in inode_set_permissions() argument 247 inode->i_mtime = mtime; in inode_set_permissions() 248 inode->i_atime = mtime; in inode_set_permissions() 249 inode->i_ctime = mtime; in inode_set_permissions()
|
D | make_ext4fs.c | 91 .mtime = 0, in build_default_directory_structure() 97 dentries.uid, dentries.gid, dentries.mtime); in build_default_directory_structure() 166 dentries[i].mtime = stat.st_mtime; in build_directory_structure() 272 dentries[i].mtime); in build_directory_structure()
|
/system/extras/fatblock/ |
D | fatblock.h | 51 time_t mtime; member
|
D | fat.h | 97 uint16_t mtime; member
|
D | read.c | 66 if (f->mtime != st.st_mtime) in file_check_metadata()
|
D | import.c | 128 f->mtime = st.st_mtime; in import_file()
|
/system/core/sdcard/ |
D | fuse.h | 91 __u64 mtime; member 337 __u64 mtime; member
|
D | sdcard.c | 389 attr->mtime = s->st_mtime; in attr_from_stat() 928 times[1].tv_sec = req->mtime; in handle_setattr()
|
/system/core/debuggerd/ |
D | tombstone.c | 734 unsigned long mtime = ULONG_MAX; in find_and_open_tombstone() local 741 typecheck(mtime, sb.st_mtime); in find_and_open_tombstone() 753 if (sb.st_mtime < mtime) { in find_and_open_tombstone() 755 mtime = sb.st_mtime; in find_and_open_tombstone()
|
/system/core/adb/ |
D | file_sync_client.c | 298 unsigned mtime, mode_t mode, int verifyApk) in sync_send() argument 392 msg.data.size = htoll(mtime); in sync_send()
|