summaryrefslogtreecommitdiff
path: root/core/java/android/os/FileUtils.java
Commit message (Expand)AuthorAgeFilesLines
* Correction in logic of roundend size calculation of SD cardChetan Gurjar2022-10-211-1/+3
* Remove spammy convertToModernFd logZim2021-08-061-1/+1
* Fix fd leak while bypassing transcoding in media APIsZim2021-07-291-9/+9
* Reduce log severity for transcode fd conversion failureZim2021-05-041-1/+1
* Fix FileUtils#copy to fallback on userspace copy if sendfile failsZim2021-04-121-1/+15
* Refactor FileUtils#convertToModernFdBiswarup Pal2021-03-311-34/+7
* Merge "Make FileUtils#createDir threadsafe" am: 5232082243 am: bc1b11029b am:...Jeff Sharkey2021-03-111-5/+15
|\
| * Make FileUtils#createDir threadsafeJacob Abrams2021-03-081-5/+15
| * Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-11-041-5/+5
| * Merge Android R (rvc-dev-plus-aosp-without-vendor@6692709)Xin Li2020-08-311-0/+4
| |\
* | | Fix convertToModernFd to support /mnt/user pathsZim2021-01-191-4/+6
* | | Use accept_original_media_format constantZim2021-01-081-2/+1
* | | Fix screenshot failure with transcodingManish Singh2020-12-171-4/+17
* | | Fix transcode_optimize flagsZim2020-12-141-3/+1
* | | Introduce new preference indicating user control.Manish Singh2020-12-061-1/+2
* | | Revise seamless transcoding optimization flagsZim2020-11-121-1/+4
* | | Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-5/+5
* | | Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-5/+5
* | | Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-5/+5
* | | Avoid transcoding in MediaPlayersZim2020-10-201-0/+56
* | | Merge "Update language to comply with Android's inclusive language guidance" ...Treehugger Robot2020-07-311-1/+1
|\| | | |/ |/|
| * Update language to comply with Android's inclusive language guidanceLais Andrade2020-07-311-1/+1
| * Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-131-1/+1
* | Update BlobStoreMS to augment storage stats with blobs data.Sudheer Shanka2020-02-191-0/+4
* | Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
|/
* Deprecate FileUtils.closeQuietlyCharles Munger2019-11-151-0/+12
* Add @UnsupportedAppUsage annotationsAndrei Onea2019-03-151-0/+15
* Respond to various API council feedback.Jeff Sharkey2019-02-191-1/+3
* Allow update() to move files on disk.Jeff Sharkey2019-02-111-0/+6
* Get CtsProviderTestCases building against API.Jeff Sharkey2019-01-271-0/+2
* Sanity check raw paths against requested volume.Jeff Sharkey2019-01-221-0/+11
* Make security warning on contains() more obvious.Alan Stokes2019-01-181-1/+10
* FileUtils.java: Don't treat open access modes as flagsNick Kralevich2018-12-171-19/+19
* Local and remote isolated storage feature flags.Jeff Sharkey2018-12-151-23/+7
* Calculate MediaColumns.HASH when demanded.Jeff Sharkey2018-12-111-0/+54
* resolve merge conflicts of 6c9537dc7f86c6af3204ed57cee644a8e51a365b to masterRisan2018-11-141-0/+1
|\
| * Add FileUtils.translateModePfdToPosixRisan2018-11-131-0/+37
* | Add sm set-isolated-storage [true|false]Sudheer Shanka2018-11-081-2/+7
* | Magic to keep "_data" paths working.Jeff Sharkey2018-10-261-0/+20
* | Catch more invalid file modes.Jeff Sharkey2018-10-171-0/+13
* | Utilities for content:// Uris and file modes.Jeff Sharkey2018-09-121-2/+109
* | More robust MTP-to-MIME-type mappings.Jeff Sharkey2018-08-281-1/+2
* | Make ENABLE_COPY_OPTIMIZATIONS non final.Brett Chabot2018-07-121-3/+4
* | Utility methods useful for working with files.Jeff Sharkey2018-07-111-64/+192
|/
* Report final progress when finished copying.Jeff Sharkey2018-03-261-0/+9
* Move more folks to FileUtils.copy().Jeff Sharkey2018-02-011-30/+124
* Enable sendfile() and splice() optimizations.Jeff Sharkey2018-01-311-1/+1
* Use sendfile() and splice() to speed up copying.Jeff Sharkey2018-01-311-17/+231
* Narrower StrictMode defaults.Jeff Sharkey2017-11-031-2/+11
* Log sync details to rotating log files (userdebug/eng only)Makoto Onuki2017-06-231-5/+5