Searched refs:mtime (Results 1 – 7 of 7) 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 | 247 int inode_set_permissions(u32 inode_num, u16 mode, u16 uid, u16 gid, u32 mtime) in inode_set_permissions() argument 257 inode->i_mtime = mtime; in inode_set_permissions() 258 inode->i_atime = mtime; in inode_set_permissions() 259 inode->i_ctime = mtime; in inode_set_permissions()
|
D | make_ext4fs.c | 111 .mtime = 0, in build_default_directory_structure() 117 dentries.uid, dentries.gid, dentries.mtime); in build_default_directory_structure() 213 dentries[i].mtime = stat.st_mtime; in build_directory_structure() 215 dentries[i].mtime = fixed_time; in build_directory_structure() 322 dentries[i].mtime); in build_directory_structure()
|
/system/core/crash_reporter/ |
D | crash_sender | 228 find "${TIMESTAMPS_DIR}" -mindepth 1 -mtime +1 \ 536 -mtime +1 -type f); do 565 $(basename "${meta_path}") -mtime +1 -type f)
|
/system/core/bootstat/ |
D | boot_event_record_store_test.cpp | 59 struct timeval mtime = {/* tv_sec */ value, /* tv_usec */ 0}; in CreateEmptyBootEventRecord() local 60 const struct timeval times[] = {atime, mtime}; in CreateEmptyBootEventRecord()
|
/system/core/adb/ |
D | file_sync_client.cpp | 167 unsigned mtime, in SendSmallFile() argument 197 req_done->path_length = mtime; in SendSmallFile() 209 unsigned mtime) { in SendLargeFile() argument 260 msg.data.size = mtime; in SendLargeFile() 477 unsigned mtime, mode_t mode) in sync_send() argument 491 if (!sc.SendSmallFile(path_and_mode.c_str(), lpath, rpath, mtime, buf, data_length)) { in sync_send() 509 if (!sc.SendSmallFile(path_and_mode.c_str(), lpath, rpath, mtime, in sync_send() 514 if (!sc.SendLargeFile(path_and_mode.c_str(), lpath, rpath, mtime)) { in sync_send()
|
/system/core/sdcard/ |
D | sdcard.c | 408 attr->mtime = s->st_mtim.tv_sec; in attr_from_stat() 912 times[1].tv_sec = req->mtime; in handle_setattr()
|