History log of /build/libs/host/CopyFile.c
Revision Date Author Comments
276053b291204fc428b75a3c3f66215de41b3c8b 28-Feb-2012 Andrew Hsieh <andrewhsieh@google.com> Use %zd instead of %d for variables of type ssize_t

To generate correct 64-bit code (with -m64)

Change-Id: I7cd5e0c7e8bdcb9ea3bf73df0dcda55f1cb56eec
a63e3cc186ff2eabbab45563feafa44839074e59 14-Oct-2010 Raphael Moll <raphael@google.com> Cygwin fix: Use new #if HAVE_STAT_ST_MTIM

stat.st_mtim doesn't exist under MinGW or Cygwin.

Change-Id: I0d9c81a0529d8d289d84600ed9d1a451e7f1f258
e6add13d712111b96806911b0330b0de42d68b94 28-Oct-2010 Raphael Moll <ralf@android.com> Fix "make acp" under Cygwin. DO NOT MERGE.

Change-Id: I52ae8d4835b27a712d4795e7f41fa9ca4f3a822d
8884bf02d87e699d97050303599f091ed3213d42 09-Jul-2010 Jean-Baptiste Queru <jbq@google.com> Fix build - USE_MINGW seems to be the preferred define

Change-Id: I57dd7f5029ed1fe3a74be7573a28fa894187b3a7
24d22be31cbb1325553db5cf58c714067c8f65cc 05-Jul-2010 Kan-Ru Chen <kanru@0xlab.org> acp: Ensure dst mtime always greater or equal to src mtime

When copying files from file systems that support high resolution
mtime, we should not truncating the nsec part. Instead we should
increase the dst mtime by one sec to prevent dst mtime to become less
than src mtime.

Change-Id: I2b4200c72c4e6ee8aae875b5e64701324799afc7
e3bc7aca02fe4d8f86431a3d28c8ff54c331da33 08-Jul-2010 Jean-Baptiste Queru <jbq@google.com> Revert "acp: Ensure dst mtime always greater or equal to src mtime"

This reverts commit a67bc11058f47eeba1f8bb30173c73ec0af8fcce.

Change-Id: Iba646152e62d61f0e4e64541748e7821a7dd3a9c
a67bc11058f47eeba1f8bb30173c73ec0af8fcce 05-Jul-2010 Kan-Ru Chen <kanru@0xlab.org> acp: Ensure dst mtime always greater or equal to src mtime

When copying files from file systems that support high resolution
mtime, we should not truncating the nsec part. Instead we should
increase the dst mtime by one sec to prevent dst mtime to become less
than src mtime.

Change-Id: I5cab1edd4b9783ec0e3ceb04ed833d8bbba00b19
88b607994a148f4af5bffee163e39ce8296750c6 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
05806d7af62e07c6225b2e7103a1b115ecf6c9ad 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
b6c1cf6de79035f58b512f4400db458c8401379a 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution