summaryrefslogtreecommitdiffstats
path: root/mtdutils/mounts.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mtdutils: add include to fix implicit function warningHashcode2015-10-131-0/+1
| | | | | | | Including unistd.h fixes implicit function warning for "read" and "close" in mtdutils/mounts.c Change-Id: I72c3a52de035600cdd794ed5e2d4cae0da26f428
* Revert "Use getmntent when accessing /proc/mounts."that2015-10-101-14/+75
| | | | | | | | This reverts commit a382e2bdb22b5b68d83f32c6c339465b2e8f6e46. getmntent is not implemented in older Bionic versions. Change-Id: I277dae9e4fd83f08de8099e856e8d8f45e39239d
* Use getmntent when accessing /proc/mounts.Yabin Cui2015-01-021-75/+14
| | | | | Bug: 18887435 Change-Id: Ice44c14fc8ee79eab259caf486e123b6af21ceb0
* close update package before installing; allow remountDoug Zongker2010-09-151-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
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-041-0/+214
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-041-214/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+214