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 | 494 st->st_mtime = msg.stat_v2.mtime; in FinishStat() 507 if (msg.stat_v1.mode == 0 && msg.stat_v1.size == 0 && msg.stat_v1.mtime == 0) { in FinishStat() 515 st->st_ctime = msg.stat_v1.mtime; in FinishStat() 516 st->st_mtime = msg.stat_v1.mtime; in FinishStat() 548 callback(dent.mode, dent.size, dent.mtime, buf); in FinishLsImpl() 564 const std::string& rpath, unsigned mtime, const char* data, in SendSmallFile() argument 568 return SendLargeFile(path, mode, lpath, rpath, mtime, CompressionType::None, dry_run); in SendSmallFile() 598 req_done->path_length = mtime; in SendSmallFile() 610 const std::string& rpath, unsigned mtime, CompressionType compression, in SendLargeFile() argument 618 return SendLargeFileLegacy(path, mode, lpath, rpath, mtime); in SendLargeFile() [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 | 150 msg.stat_v1.mtime = st.st_mtime; in do_lstat_v1() 178 msg.stat_v2.mtime = st.st_mtime; in do_stat_v2() 212 msg.mtime = st.st_mtime; in do_list()
|