From e5017045b5fbc1487356642801df2c516c33f8ff Mon Sep 17 00:00:00 2001 From: Dees_Troy Date: Thu, 29 Aug 2013 16:38:55 +0000 Subject: Initial f2fs support Need to add this to your source tree: https://github.com/razrqcom-dev-team/android_external_f2fs-tools Change-Id: I3ee9ebbb617259655518f8ea356ce7b8c246cd4d --- partitions.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'partitions.hpp') diff --git a/partitions.hpp b/partitions.hpp index 736304ee6..25ae4dbee 100644 --- a/partitions.hpp +++ b/partitions.hpp @@ -92,6 +92,7 @@ private: bool Wipe_EXFAT(); // Formats as EXFAT bool Wipe_MTD(); // Formats as yaffs2 for MTD memory types bool Wipe_RMRF(); // Uses rm -rf to wipe + bool Wipe_F2FS(); // Uses mkfs.f2fs to wipe bool Wipe_Data_Without_Wiping_Media(); // Uses rm -rf to wipe but does not wipe /data/media bool Backup_Tar(string backup_folder); // Backs up using tar for file systems bool Backup_DD(string backup_folder); // Backs up using dd for emmc memory types -- cgit v1.2.3