summaryrefslogtreecommitdiffstats
path: root/base/file.cpp
Commit message (Expand)AuthorAgeFilesLines
* libbase: realpath is wrapped with TEMP_FAILURE_RETRYYifan Hong2019-03-221-1/+6
* Add missing includes.Florian Mayer2018-12-061-0/+1
* base: TemporaryDir add DoNotRemove() methodMark Salyzyn2018-11-141-0/+2
* base: TemporaryDir rm -rf directory in destructorMark Salyzyn2018-11-141-6/+32
* base: Add sensitivity to TMPDIR environment for TemporaryDir and TemporaryFileMark Salyzyn2018-11-141-3/+6
* base: move TemporaryFile and TemporaryDir to android-base/file.hMark Salyzyn2018-11-131-0/+97
* libbase: add O_CLOEXEC to <android-base/file.h>.Elliott Hughes2018-10-241-1/+0
* libbase: return different result depend on the errnoliwugang2018-07-121-2/+8
* libziparchive: Use ReadAtOffset exclusivelyAdam Lesinski2017-07-251-0/+31
* Remove libbase's trivial libutils-headers dependency.Elliott Hughes2017-05-151-2/+3
* Convert opens to use unique_fd.Christopher Ferris2017-04-051-12/+7
* Keep the ReadFileToString/ReadFdToString overhead down.Elliott Hughes2017-03-211-0/+8
* Add android::base::Realpath.Dimitry Ivanov2017-03-151-0/+14
* Add GetExecutableDirectory to libbaseColin Cross2017-02-281-1/+4
* Move adb_dirname and adb_basename to libbaseColin Cross2017-02-271-0/+53
* base: add parameter that controls O_NOFOLLOW in file functions.Josh Gao2016-09-141-6/+11
* base: use _NSGetExecutablePath in GetExecutablePathJosh Gao2016-09-011-9/+9
* Add android::base::GetExecutablePath, switch adb and fastboot over.Elliott Hughes2016-09-011-0/+34
* Add android::base::Readlink.Elliott Hughes2016-08-311-0/+26
* libbase should use its own logging!Elliott Hughes2016-07-281-6/+5
* libziparchive: port unit tests to darwin and windows.Yabin Cui2016-02-081-4/+0
* base: add API to remove file if it exists.Yabin Cui2016-01-291-0/+27
* Track rename of base/ to android-base/.Elliott Hughes2015-12-041-3/+3
* Revert "Revert "adb/base: fix adb push of Unicode filenames on Win32""Elliott Hughes2015-11-111-0/+4
* Revert "adb/base: fix adb push of Unicode filenames on Win32"Elliott Hughes2015-11-111-4/+0
* adb/base: fix adb push of Unicode filenames on Win32Spencer Low2015-11-101-0/+4
* Use O_BINARY in base/file for Windows.Elliott Hughes2015-09-011-8/+9
* Don't use TEMP_FAILURE_RETRY on close()Nick Kralevich2015-05-201-3/+3
* Add ReadFully and WriteFully to libbase.Elliott Hughes2015-04-241-0/+24
* Pull in Windows compatibility header.Dan Albert2015-03-261-0/+1
* Revert "Revert "Add commonly used C++ macros to libbase.""Dan Albert2015-03-161-1/+1
* Revert "Revert "Create libbase.""Dan Albert2015-03-161-0/+123
* Revert "Create libbase."Nicolas Geoffray2015-03-161-123/+0
* Revert "Add commonly used C++ macros to libbase."Nicolas Geoffray2015-03-161-1/+1
* Add commonly used C++ macros to libbase.Dan Albert2015-03-141-1/+1
* Create libbase.Dan Albert2015-03-141-0/+123