summaryrefslogtreecommitdiff
path: root/VoldUtil.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move over to the C++ Fstab classTom Cherry2019-01-311-3/+2
| | | | | Test: build and boot Change-Id: Id3850c9c133f6644073a2439368501253a2a94a9
* Add GetBlockDevSize, GetBlockDevSectors helpersOleksiy Avramchenko2018-09-241-6/+0
| | | | | | | | | | | Helpers to get a block device size in bytes or 512 byte sectors, using BLKGETSIZE64 and returning value of uint64_t type. This also removes get_blkdev_size(). Test: build, manual, mount exFAT volume Bug: 80202067 Change-Id: Ib07e8ac6ef7ff49de0ed570d1fa202e8b558b80c
* clang-format many files.Paul Crowley2018-09-181-5/+5
| | | | | Test: Format-only changes; treehugger suffices. Change-Id: I23cde3f0bbcac13bef555d13514e922c79d5ad48
* Refactor of use of fstab in advance of fix.Paul Crowley2017-09-261-0/+26
Test: Ensure device still boots. Bug: 65737446 Change-Id: Ie466db9f5d8c77656cc525c0d49fe6a3cce154f1