diff options
author | Dees_Troy <dees_troy@teamw.in> | 2012-10-14 04:07:49 +0200 |
---|---|---|
committer | Dees_Troy <dees_troy@teamw.in> | 2012-10-14 04:07:49 +0200 |
commit | 8e337f36052469040d20d3322599cc4e25391480 (patch) | |
tree | 766d70c3cb9555133a3f5a3ea73742ab50f4af6b /partitions.hpp | |
parent | Remove unneeded duplicate code (diff) | |
download | android_bootable_recovery-8e337f36052469040d20d3322599cc4e25391480.tar android_bootable_recovery-8e337f36052469040d20d3322599cc4e25391480.tar.gz android_bootable_recovery-8e337f36052469040d20d3322599cc4e25391480.tar.bz2 android_bootable_recovery-8e337f36052469040d20d3322599cc4e25391480.tar.lz android_bootable_recovery-8e337f36052469040d20d3322599cc4e25391480.tar.xz android_bootable_recovery-8e337f36052469040d20d3322599cc4e25391480.tar.zst android_bootable_recovery-8e337f36052469040d20d3322599cc4e25391480.zip |
Diffstat (limited to 'partitions.hpp')
-rw-r--r-- | partitions.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/partitions.hpp b/partitions.hpp index 3417b8c41..30d55119b 100644 --- a/partitions.hpp +++ b/partitions.hpp @@ -133,6 +133,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 friend class TWPartitionManager; }; |