summaryrefslogtreecommitdiffstats
path: root/mtdutils/mounts.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-06-10Remove obsolete MTD support.Elliott Hughes1-161/+0
Bug: http://b/29250988 Change-Id: Ia97ba9082a165c37f74d6e1c3f71a367adc59945
2015-10-13mtdutils: add include to fix implicit function warningHashcode1-0/+1
Including unistd.h fixes implicit function warning for "read" and "close" in mtdutils/mounts.c Change-Id: I72c3a52de035600cdd794ed5e2d4cae0da26f428
2015-10-10Revert "Use getmntent when accessing /proc/mounts."that1-14/+75
This reverts commit a382e2bdb22b5b68d83f32c6c339465b2e8f6e46. getmntent is not implemented in older Bionic versions. Change-Id: I277dae9e4fd83f08de8099e856e8d8f45e39239d
2015-01-02Use getmntent when accessing /proc/mounts.Yabin Cui1-75/+14
Bug: 18887435 Change-Id: Ice44c14fc8ee79eab259caf486e123b6af21ceb0
2010-09-15close update package before installing; allow remountDoug Zongker1-0/+8
Close the update package before invoking the binary, to allow the installer to unmount /cache if it wants to. Add a function to allow remounting of a mount as read-only. Change-Id: Idfcc96c3da66083295177f729263560be58034e4
2009-03-04auto import from //depot/cupcake/@135843The Android Open Source Project1-0/+214
2009-03-04auto import from //depot/cupcake/@135843The Android Open Source Project1-214/+0