Home
last modified time | relevance | path

Searched defs:mtime (Results 1 – 3 of 3) sorted by relevance

/system/core/adb/
Dfile_sync_protocol.h50 uint32_t mtime; member
64 int64_t mtime; member
72 uint32_t mtime; member
87 int64_t mtime; member
/system/core/bootstat/
Dboot_event_record_store_test.cpp53 struct timeval mtime = {/* tv_sec */ value, /* tv_usec */ 0}; in CreateEmptyBootEventRecord() local
/system/core/adb/client/
Dfile_sync_client.cpp564 const std::string& rpath, unsigned mtime, const char* data, in SendSmallFile()
610 const std::string& rpath, unsigned mtime, CompressionType compression, in SendLargeFile()
722 const std::string& rpath, unsigned mtime) { in SendLargeFileLegacy()
1031 unsigned mtime, mode_t mode, bool sync, CompressionType compression, in sync_send()