History log of /external/libchrome/base/files/file_util_linux.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
94ffa55491333f3dcc701befd0d2652922916d99 26-May-2016 Luis Hector Chavez <lhchavez@google.com> libchrome: Uprev the library to r395517 from Chromium

Pulled the latest and greatest version of libchrome from Chromium.

The merge was done against r395517 which corresponds to git commit
ebdcb576bb346af95b8ad219f6250daf63122f98 of May 23, 2016

Notable changes are:
- scoped_ptr was removed in favor of std::unique_ptr
- base/thread_task_runner_handle.h was moved to base/threading.

BUG: 28985443
TEST: All tests in libchrome_test pass on dragonboard-eng build

Change-Id: Ic9f9ed1cafe754c96cd2f007984514e091aaba39
/external/libchrome/base/files/file_util_linux.cc
ad1211cda01878c1d60b7d05ea597d46bef3f997 24-Jul-2015 Christopher Wiley <wiley@google.com> Fix compilation on 32bit hosts

statfs_buf.f_type is apparently an int on some architectures. However,
the macros we compare it with do not fit in a signed 32 bit number. Fix
this by casting up to a sufficiently large unsigned type.

Bug: 22608897
Change-Id: I2de2520a9094c4ce154ab2cc16f0d56564dfdc4f
/external/libchrome/base/files/file_util_linux.cc
b8cf94937c52feb53b55c39e3f82094d27de464c 06-Jul-2015 Daniel Erat <derat@google.com> Add upstream code as of Chromium r334380.

Copy the unchanged source from
https://chromium.googlesource.com/chromium/src/base/ as of
r334380 (really r334285 a.k.a. 23911a0c in the base/
subtree).

Also add MODULE_LICENSE_BSD and copy Chromium's current
LICENSE file to NOTICE.

Bug: 22317122
Change-Id: I89863bfeca67b3a1ff05e6078f2f9ee4e31c5c99
/external/libchrome/base/files/file_util_linux.cc