summaryrefslogtreecommitdiffstats
path: root/partition.cpp
diff options
context:
space:
mode:
authorbigbiff bigbiff <bigbiff@teamw.in>2012-11-14 20:32:59 +0100
committerDees_Troy <dees_troy@teamw.in>2012-11-14 23:22:25 +0100
commit3e14652310cd6200d997b0a7156b332bd558b7a9 (patch)
tree7c389976449cdefe0f2ac1c5bd1fd3ce252da04f /partition.cpp
parentUnmount main partitions after fixing permissions (diff)
downloadandroid_bootable_recovery-3e14652310cd6200d997b0a7156b332bd558b7a9.tar
android_bootable_recovery-3e14652310cd6200d997b0a7156b332bd558b7a9.tar.gz
android_bootable_recovery-3e14652310cd6200d997b0a7156b332bd558b7a9.tar.bz2
android_bootable_recovery-3e14652310cd6200d997b0a7156b332bd558b7a9.tar.lz
android_bootable_recovery-3e14652310cd6200d997b0a7156b332bd558b7a9.tar.xz
android_bootable_recovery-3e14652310cd6200d997b0a7156b332bd558b7a9.tar.zst
android_bootable_recovery-3e14652310cd6200d997b0a7156b332bd558b7a9.zip
Diffstat (limited to 'partition.cpp')
-rw-r--r--partition.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/partition.cpp b/partition.cpp
index cf7aab87e..c9b10dab5 100644
--- a/partition.cpp
+++ b/partition.cpp
@@ -359,6 +359,7 @@ bool TWPartition::Is_File_System(string File_System) {
File_System == "vfat" ||
File_System == "ntfs" ||
File_System == "yaffs2" ||
+ File_System == "exfat" ||
File_System == "auto")
return true;
else