Home
last modified time | relevance | path

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

/packages/modules/adb/
Dfile_sync_protocol.h52 uint32_t mtime; member
66 int64_t mtime; member
74 uint32_t mtime; member
89 int64_t mtime; member
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherBackupAgent.java38 long mode, long mtime) throws IOException { in onRestoreFile()
/packages/modules/Permission/tests/cts/permission/src/android/permission/cts/
DFileUtils.java74 public long mtime; field in FileUtils.FileStatus
/packages/modules/adb/client/
Dfile_sync_client.cpp578 const std::string& rpath, unsigned mtime, const char* data, in SendSmallFile()
624 const std::string& rpath, unsigned mtime, CompressionType compression, in SendLargeFile()
736 const std::string& rpath, unsigned mtime) { in SendLargeFileLegacy()
1050 unsigned mtime, mode_t mode, bool sync, CompressionType compression, in sync_send()