summaryrefslogtreecommitdiffstats
path: root/partitions.hpp
diff options
context:
space:
mode:
authorKjell Braden <k.twrp@brdn.eu>2016-06-19 18:58:15 +0200
committerDees Troy <dees_troy@teamw.in>2016-08-22 16:51:30 +0200
commit3126a113e7f45f54bb2475b1145a0467ae508308 (patch)
tree74fec3c471875c0d45397f77a65d4b12b30ef277 /partitions.hpp
parentAdd git revision to startup message in recovery.log (diff)
downloadandroid_bootable_recovery-3126a113e7f45f54bb2475b1145a0467ae508308.tar
android_bootable_recovery-3126a113e7f45f54bb2475b1145a0467ae508308.tar.gz
android_bootable_recovery-3126a113e7f45f54bb2475b1145a0467ae508308.tar.bz2
android_bootable_recovery-3126a113e7f45f54bb2475b1145a0467ae508308.tar.lz
android_bootable_recovery-3126a113e7f45f54bb2475b1145a0467ae508308.tar.xz
android_bootable_recovery-3126a113e7f45f54bb2475b1145a0467ae508308.tar.zst
android_bootable_recovery-3126a113e7f45f54bb2475b1145a0467ae508308.zip
Diffstat (limited to 'partitions.hpp')
-rw-r--r--partitions.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/partitions.hpp b/partitions.hpp
index fc600213c..7416fbe4c 100644
--- a/partitions.hpp
+++ b/partitions.hpp
@@ -165,7 +165,7 @@ private:
bool Make_Dir(string Path, bool Display_Error); // Creates a directory if it doesn't already exist
bool Find_MTD_Block_Device(string MTD_Name); // Finds the mtd block device based on the name from the fstab
void Recreate_AndSec_Folder(void); // Recreates the .android_secure folder
- void Mount_Storage_Retry(void); // Tries multiple times with a half second delay to mount a device in case storage is slow to mount
+ bool Mount_Storage_Retry(bool Display_Error); // Tries multiple times with a half second delay to mount a device in case storage is slow to mount
bool Is_Sparse_Image(const string& Filename); // Determines if a file is in sparse image format
bool Flash_Sparse_Image(const string& Filename); // Flashes a sparse image using simg2img
bool Flash_Image_FI(const string& Filename, ProgressTracking *progress); // Flashes an image to the partition using flash_image for mtd nand