summaryrefslogtreecommitdiff
path: root/core/java/android/os/FileUtils.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Grumble, nobody likes kibibytes.Jeff Sharkey2017-03-071-4/+9
* Add queryStatsForPackage() API.Jeff Sharkey2017-02-221-0/+13
* Clear cache space when allocating bytes.Jeff Sharkey2017-02-211-4/+3
* Simplify FileUtils.stringToFile().Jeff Sharkey2017-01-191-7/+1
* PackageManagerService: Implement packageParser cache in ParallelPackageParser.Narayan Kamath2017-01-051-0/+15
* PackageManager: Avoid creating encoders for appIds being written /config/sdca...Narayan Kamath2016-11-231-0/+10
* Rename should behave like create: avoid conflict.Jeff Sharkey2016-09-211-11/+36
* Fix bug where FileUtils.deleteOlderFiles wouldn't delete the oldest files.Ian Rogers2016-05-171-1/+1
* Frameworks/base: Use holder in FileUtilsAndreas Gampe2016-04-281-3/+8
* Consistent creation/destruction of user data.Jeff Sharkey2016-04-151-0/+8
* Add suffix number when copying a file.Daichi Hirono2016-03-171-10/+27
* Push mapping of package name to appId to kernel.Jeff Sharkey2016-02-181-1/+5
* Only create custom database paths.Jeff Sharkey2016-02-011-4/+18
* Offer to migrate databases and SharedPreferences.Jeff Sharkey2016-01-301-29/+57
* Initial file-based encryption public APIs.Jeff Sharkey2015-11-061-0/+5
* More info to support CTS, fix reconcile bug.Jeff Sharkey2015-07-221-0/+12
* Valid filenames have length limits!Jeff Sharkey2015-06-111-0/+26
* Rewriting should fail when any paths are null.Jeff Sharkey2015-05-131-1/+1
* Returning to wizard, split move events.Jeff Sharkey2015-04-291-1/+1
* Move extension checking code into FileUtils.Ben Kwa2015-04-231-0/+75
* Progress towards dynamic storage support.Jeff Sharkey2015-03-301-0/+17
* Sanitize display names, keep extensions intact.Jeff Sharkey2014-12-011-6/+74
* Change new file installs to be cluster-based!Jeff Sharkey2014-07-081-0/+13