summaryrefslogtreecommitdiff
path: root/core/java/android/os/FileUtils.java
Commit message (Expand)AuthorAgeFilesLines
* Add FileUtils.translateModePfdToPosixRisan2018-11-131-0/+37
* 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
* Extract native code from split APKs.Jeff Sharkey2014-07-041-1/+4
* Slow progress towards APK clusters.Jeff Sharkey2014-07-021-3/+24
* Initial support for split APKs, PackageInstaller.Jeff Sharkey2014-05-141-0/+29
* Fix build.Narayan Kamath2014-05-011-22/+0
* am 6af42aea: am 9f34234f: am b916d8ad: Merge "Implement FileUtils#contains."Narayan Kamath2014-05-011-0/+22
|\
| * Implement FileUtils#contains.Narayan Kamath2014-05-011-0/+22
* | resolved conflicts for merge of 3ce4f3d0 to masterElliott Hughes2014-04-281-8/+8
|\|
| * Track libcore.os' move to android.system.Elliott Hughes2014-04-281-8/+8
* | Add directory selection to DocumentsProvider.Jeff Sharkey2014-04-221-2/+2
* | Update DrmOutputStream to use raw FileDescriptor.Jeff Sharkey2014-02-061-4/+9
* | Detect removable and emulated secondary storage.Jeff Sharkey2014-01-151-0/+22
* | Remove unused imports from frameworks/base.John Spurlock2013-11-201-2/+0
|/
* Plumb through physical device UUID and label.Jeff Sharkey2013-10-161-7/+0
* Allow packages.list access with new GID.Jeff Sharkey2013-08-081-2/+84
* Work on issue #9586838: Crash after waking up Hammerhead deviceDianne Hackborn2013-06-261-0/+2
* Move deleteOlderFiles() to framework, tests.Jeff Sharkey2013-03-141-1/+44
* use BufferedInputStream in readTextFileGuang Zhu2012-10-121-4/+10
* Use Libcore.os.umask for setting umaskKenny Root2012-08-201-2/+0
* Use Libcore's stat instead of FileUtils#getFileStatusKenny Root2012-08-161-40/+0
* Use Libcore.os.stat instead of FileUtilsKenny Root2012-08-161-9/+0