Home
last modified time | relevance | path

Searched refs:mtime (Results 1 – 7 of 7) sorted by relevance

/system/extras/ext4_utils/
Dcontents.h31 u32 mtime; member
40 int inode_set_permissions(u32 inode_num, u16 mode, u16 uid, u16 gid, u32 mtime);
Dcontents.c247 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()
Dmake_ext4fs.c111 .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/
Dcrash_sender228 find "${TIMESTAMPS_DIR}" -mindepth 1 -mtime +1 \
536 -mtime +1 -type f); do
565 $(basename "${meta_path}") -mtime +1 -type f)
/system/core/bootstat/
Dboot_event_record_store_test.cpp59 struct timeval mtime = {/* tv_sec */ value, /* tv_usec */ 0}; in CreateEmptyBootEventRecord() local
60 const struct timeval times[] = {atime, mtime}; in CreateEmptyBootEventRecord()
/system/core/adb/
Dfile_sync_client.cpp167 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/
Dsdcard.c408 attr->mtime = s->st_mtim.tv_sec; in attr_from_stat()
912 times[1].tv_sec = req->mtime; in handle_setattr()