summaryrefslogtreecommitdiff
path: root/base/file_test.cpp
AgeCommit message (Expand)Author
2020-05-19Migrate system/core/base to system/libbaseBaligh Uddin
2019-10-02Addressing comments in 1130236.Alex Buynytskyy
2019-10-02Using WideChar->UTF8 versions of Windows API to obtain temp folder.Alex Buynytskyy
2018-11-14switch to using android-base/file.h instead of android-base/test_utils.hMark Salyzyn
2018-07-12libbase: return different result depend on the errnoliwugang
2017-03-21Keep the ReadFileToString/ReadFdToString overhead down.Elliott Hughes
2017-03-15Add android::base::Realpath.Dimitry Ivanov
2017-02-28Add GetExecutableDirectory to libbaseColin Cross
2017-02-27Move adb_dirname and adb_basename to libbaseColin Cross
2017-01-11Fix libbase file.Readlink test on marlin/sailfish.Elliott Hughes
2016-09-14base: add parameter that controls O_NOFOLLOW in file functions.Josh Gao
2016-09-01Add android::base::GetExecutablePath, switch adb and fastboot over.Elliott Hughes
2016-08-31Add android::base::Readlink.Elliott Hughes
2016-01-29base: add API to remove file if it exists.Yabin Cui
2015-12-04Track rename of base/ to android-base/.Elliott Hughes
2015-08-06win32: adb_test/libbase_test fixesSpencer Low
2015-08-03adb_test/libbase_test: win32: get some tests workingSpencer Low
2015-07-30Write mkdirs in more idiomatic C++ style.Alex Vallée
2015-04-30Fix comparison between signed and unsigned error on darwinColin Cross
2015-04-29Get libbase tests working on Windows.Dan Albert
2015-04-29Print strerror instead of errno in tests.Dan Albert
2015-04-24Add ReadFully and WriteFully to libbase.Elliott Hughes
2015-03-20Add google3 style logging to libbase.Dan Albert
2015-03-16Revert "Revert "Create libbase.""Dan Albert
2015-03-16Revert "Create libbase."Nicolas Geoffray
2015-03-14Create libbase.Dan Albert