Searched refs:mtime (Results 1 – 5 of 5) sorted by relevance
/system/core/adb/ |
D | file_sync_protocol.h | 50 uint32_t mtime; member 64 int64_t mtime; member 72 uint32_t mtime; member 87 int64_t mtime; member
|
/system/core/adb/client/ |
D | file_sync_client.cpp | 426 st->st_mtime = msg.stat_v2.mtime; in FinishStat() 439 if (msg.stat_v1.mode == 0 && msg.stat_v1.size == 0 && msg.stat_v1.mtime == 0) { in FinishStat() 447 st->st_ctime = msg.stat_v1.mtime; in FinishStat() 448 st->st_mtime = msg.stat_v1.mtime; in FinishStat() 480 callback(dent.mode, dent.size, dent.mtime, buf); in FinishLsImpl() 496 const std::string& rpath, unsigned mtime, const char* data, in SendSmallFile() argument 525 req_done->path_length = mtime; in SendSmallFile() 537 const std::string& rpath, unsigned mtime) { in SendLargeFileCompressed() argument 608 msg.data.size = mtime; in SendLargeFileCompressed() 614 const std::string& rpath, unsigned mtime, bool compressed) { in SendLargeFile() argument [all …]
|
/system/core/bootstat/ |
D | boot_event_record_store_test.cpp | 53 struct timeval mtime = {/* tv_sec */ value, /* tv_usec */ 0}; in CreateEmptyBootEventRecord() local 54 const struct timeval times[] = {atime, mtime}; in CreateEmptyBootEventRecord()
|
/system/core/libappfuse/tests/ |
D | FuseAppLoopTest.cc | 159 EXPECT_EQ(0u, response_.entry_out.attr.mtime); in TEST_F() 218 EXPECT_EQ(0u, response_.attr_out.attr.mtime); in TEST_F() 251 EXPECT_EQ(0u, response_.attr_out.attr.mtime); in TEST_F()
|
/system/core/adb/daemon/ |
D | file_sync_service.cpp | 149 msg.stat_v1.mtime = st.st_mtime; in do_lstat_v1() 177 msg.stat_v2.mtime = st.st_mtime; in do_stat_v2() 211 msg.mtime = st.st_mtime; in do_list()
|