summaryrefslogtreecommitdiff
path: root/Utils.cpp
AgeCommit message (Expand)Author
2020-02-13Stop using a regex for setupAppDir.Martijn Coenen
2020-02-12Avoid extra string copyGreg Kaiser
2020-02-12Set default ACL on application-specific directories.Martijn Coenen
2020-02-11Use a regex to create application directories.Martijn Coenen
2020-02-10Merge "Add SetQuotaInherit API."Martijn Coenen
2020-02-07Create Android/media dirsZim
2020-02-06Add SetQuotaInherit API.Martijn Coenen
2020-02-04Set correct quota project ID on application directories.Martijn Coenen
2020-02-04Setup Android/, Android/data and Android/obb dirs correctly.Martijn Coenen
2020-01-31Harden /mnt/pass_through pathsZim
2020-01-29Allow media_rw access to /mnt/userZim
2020-01-24Add setProjectQuotaId to vold.Martijn Coenen
2020-01-22Harden /mnt/{user,installer} permission bitsZim
2020-01-17Always symlink self/primary to /storage/emulatedZim
2020-01-08Add self/primary symlink on /mnt/pass_throughZim
2020-01-07Merge changes I2c1d4b42,I06fe4d33Martijn Coenen
2020-01-07Conditionally use sdcardfs.Martijn Coenen
2020-01-06Fix /mnt/user/<userid> permission bitsZim
2019-12-31Replace mkdirs() with setupAppDir().Martijn Coenen
2019-12-10Bind mount Android/ directory in FUSE.Martijn Coenen
2019-12-10Use sdcardfs for pass-through mounts.Martijn Coenen
2019-11-15Fix wrong symlink terminologyZim
2019-11-11Fix multi-user and multi-storage with FUSEZim
2019-09-26Lazily write inode timestamps to FUSEZim
2019-08-29Use unique_fdNandana Dutt
2019-08-28Mount /dev/fuse on /mnt/user/<userid>/<volumeid>Zim
2019-04-09Merge changes I40575081,I1ca8f8cf,I38bfd273 am: 1c6a56b27fPaul Crowley
2019-04-05clang-format Utils.cppPaul Crowley
2019-04-05vold: Introduce android::vold::writeStringToFileTommy Chiu
2019-03-26vold: Introduce android::vold::writeStringToFileTommy Chiu
2019-02-25Ignore if the dir we are trying remove doesn't exist.Sudheer Shanka
2019-02-22Don't delete /mnt/user/<userId>/package on reset.Sudheer Shanka
2019-02-19Ignore EEXIST errors when creating pkg specific dirs.Sudheer Shanka
2019-02-14Revert "Revert "Ensure necessary external storage dirs while creating sandbox...Sudheer Shanka
2019-02-14Revert "Ensure necessary external storage dirs while creating sandboxes."Jeff Sharkey
2019-02-13Ensure necessary external storage dirs while creating sandboxes.Sudheer Shanka
2019-02-06Remove sandbox specific bind mounts from root namespace.Sudheer Shanka
2019-02-05Merge "Fix search for values in blkId output" am: 0fbc5af676 am: 56715503b5Paul Crowley
2019-02-05Fix search for values in blkId outputPaul Crowley
2019-01-22Merge "Utils: correctly handle read() errors in ReadRandomBytes()" am: a2bd43...Eric Biggers
2019-01-18Utils: correctly handle read() errors in ReadRandomBytes()Eric Biggers
2019-01-17Update VolumeManager to use UnmountTreeWithPrefix.Sudheer Shanka
2019-01-17Merge "Add UnmountTreeWithPrefix util method." am: 2e9aafb620 am: 5e10de1301Sudheer Shanka
2019-01-17Add UnmountTreeWithPrefix util method.Sudheer Shanka
2019-01-07Merge "Fsync directories after creating files" am: a892eb154e am: 7c21f0a999Paul Crowley
2019-01-07Fsync directories after creating filesPaul Crowley
2018-12-07Merge "Check for errors in dup2" am: b1166633b6 am: 1d5d475b51Paul Crowley
2018-12-07Check for errors in dup2Paul Crowley
2018-12-06Merge "Do lazy-unmount to /storage directly" am: 53b0d95903 am: fbc24b5c8fPaul Crowley
2018-12-07Merge "Do lazy-unmount to /storage directly"Paul Crowley