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

/system/extras/ext4_utils/
H A Dcontents.h33 u32 mtime; member in struct:dentry
42 int inode_set_permissions(u32 inode_num, u16 mode, u16 uid, u16 gid, u32 mtime);
H A Dcontents.c248 int inode_set_permissions(u32 inode_num, u16 mode, u16 uid, u16 gid, u32 mtime) argument
258 inode->i_mtime = mtime;
259 inode->i_atime = mtime;
260 inode->i_ctime = mtime;
/system/core/adb/
H A Dfile_sync_service.h62 int64_t mtime; member in struct:syncmsg::__anon1434
H A Dfile_sync_client.cpp344 st->st_mtime = msg.stat_v2.mtime;
376 unsigned mtime,
406 req_done->path_length = mtime;
420 unsigned mtime) {
471 msg.data.size = mtime;
677 static bool sync_send(SyncConnection& sc, const char* lpath, const char* rpath, unsigned mtime, argument
684 // For links, we cannot update the atime/mtime.
685 if ((S_ISREG(mode & st.st_mode) && st.st_mtime == static_cast<time_t>(mtime)) ||
686 (S_ISLNK(mode & st.st_mode) && st.st_mtime >= static_cast<time_t>(mtime))) {
703 if (!sc.SendSmallFile(path_and_mode.c_str(), lpath, rpath, mtime, bu
374 SendSmallFile(const char* path_and_mode, const char* lpath, const char* rpath, unsigned mtime, const char* data, size_t data_length) argument
418 SendLargeFile(const char* path_and_mode, const char* lpath, const char* rpath, unsigned mtime) argument
[all...]
/system/core/bootstat/
H A Dboot_event_record_store_test.cpp43 // BootEventRecordStore-created file would modify the mtime, which would alter
51 // Set the |mtime| of the file to store the value of the boot event while
54 struct timeval mtime = {/* tv_sec */ value, /* tv_usec */ 0}; local
55 const struct timeval times[] = {atime, mtime};

Completed in 74 milliseconds