summaryrefslogtreecommitdiff
path: root/Utils.cpp
Commit message (Expand)AuthorAgeFilesLines
* Expand virtio_block check to other virtual devicesHEADq10.0Alistair Delva2020-06-061-2/+34
* vold: add support for more filesystems for public storageDan Pasanen2020-04-111-0/+4
* vold: Introduce android::vold::writeStringToFileTommy Chiu2019-03-261-0/+28
* Ignore if the dir we are trying remove doesn't exist.Sudheer Shanka2019-02-251-1/+1
* Don't delete /mnt/user/<userId>/package on reset.Sudheer Shanka2019-02-221-11/+14
* Ignore EEXIST errors when creating pkg specific dirs.Sudheer Shanka2019-02-191-1/+1
* Revert "Revert "Ensure necessary external storage dirs while creating sandbox...Sudheer Shanka2019-02-141-0/+20
* Revert "Ensure necessary external storage dirs while creating sandboxes."Jeff Sharkey2019-02-141-20/+0
* Ensure necessary external storage dirs while creating sandboxes.Sudheer Shanka2019-02-131-0/+20
* Remove sandbox specific bind mounts from root namespace.Sudheer Shanka2019-02-061-2/+25
* Merge "Fix search for values in blkId output" am: 0fbc5af676 am: 56715503b5Paul Crowley2019-02-051-5/+8
|\
| * Fix search for values in blkId outputPaul Crowley2019-02-051-5/+8
* | Merge "Utils: correctly handle read() errors in ReadRandomBytes()" am: a2bd43...Eric Biggers2019-01-221-1/+1
|\|
| * Utils: correctly handle read() errors in ReadRandomBytes()Eric Biggers2019-01-181-1/+1
* | Update VolumeManager to use UnmountTreeWithPrefix.Sudheer Shanka2019-01-171-1/+1
* | Merge "Add UnmountTreeWithPrefix util method." am: 2e9aafb620 am: 5e10de1301Sudheer Shanka2019-01-171-3/+46
|\|
| * Add UnmountTreeWithPrefix util method.Sudheer Shanka2019-01-171-3/+46
* | Merge "Fsync directories after creating files" am: a892eb154e am: 7c21f0a999Paul Crowley2019-01-071-0/+18
|\|
| * Fsync directories after creating filesPaul Crowley2019-01-071-0/+18
* | Merge "Check for errors in dup2" am: b1166633b6 am: 1d5d475b51Paul Crowley2018-12-071-1/+4
|\|
| * Check for errors in dup2Paul Crowley2018-12-071-1/+4
* | Merge "Do lazy-unmount to /storage directly" am: 53b0d95903 am: fbc24b5c8fPaul Crowley2018-12-061-21/+2
|\|
| * Merge "Do lazy-unmount to /storage directly"Paul Crowley2018-12-071-21/+2
| |\
| | * Do lazy-unmount to /storage directlyLongPing.WEI2018-12-061-21/+2
* | | Merge "Clean up use of pipe" am: a33b765ca0 am: 1ca8af7badPaul Crowley2018-12-061-11/+7
|\| |
| * | Clean up use of pipePaul Crowley2018-12-061-11/+7
| |/
* | Merge "Refactor ForkExecvp to improve locking behaviour" am: 6aaedb0dca am: 1...Paul Crowley2018-12-061-82/+70
|\|
| * Refactor ForkExecvp to improve locking behaviourPaul Crowley2018-12-061-82/+71
* | Merge "Use setmntent with "e" option" am: 396040ca2c am: a92bdeb7f5LongPing.WEI2018-11-281-1/+1
|\|
| * Use setmntent with "e" optionLongPing.WEI2018-11-231-1/+1
| * Wait for dm device to be ready before formatPaul Crowley2018-11-051-0/+19
* | Avoid double close in delete_dir_contents.Josh Gao2018-11-051-1/+2
* | Wait for dm device to be ready before formatPaul Crowley2018-11-021-0/+19
* | Bind mount pkg specific dirs in the zygote child namespaces.Sudheer Shanka2018-09-271-0/+70
|/
* Add unmountTree to utils.Sudheer Shanka2018-09-271-0/+30
* Merge changes from topic "exfat-update"Treehugger Robot2018-09-241-6/+38
|\
| * Add GetBlockDevSize, GetBlockDevSectors helpersOleksiy Avramchenko2018-09-241-6/+38
* | Update vold to log only debug or higher level messages.Sudheer Shanka2018-09-211-9/+9
|/
* clang-format many files.Paul Crowley2018-09-181-58/+55
* Merge "Fix double close in GetTreeBytes."Josh Gao2018-06-081-3/+1
|\
| * Fix double close in GetTreeBytes.Josh Gao2018-05-301-3/+1
* | Fingerprint data is now stored in one of two ways depending on theAndreas Huber2018-01-231-0/+8
* | Convert vold_prepare_subdirs to C++Paul Crowley2017-10-241-12/+20
* | Undo Utils dependency on VolumeManagerPaul Crowley2017-10-201-9/+11
* | Introduce lock for SELinux process-level changes.Jeff Sharkey2017-10-181-0/+8
* | Move to modern utility methods from android::base.Jeff Sharkey2017-10-171-42/+58
* | Be more C++. volume UUID should always be std::string.Paul Crowley2017-10-091-14/+14
|/
* Zero memory used for encryuption keys.Pavel Grafov2017-08-101-4/+15
* do not sleep if it is shutting downKeun-young Park2017-08-031-7/+8
|\
| * do not sleep if it is shutting downKeun-young Park2017-08-021-7/+8