From 6277c7972720c33b355c1fc14f2441cc4323e719 Mon Sep 17 00:00:00 2001 From: Ethan Yonker Date: Mon, 15 Sep 2014 14:54:30 -0500 Subject: Attempt to automatically identify data/media devices Change-Id: Ia3007fbced9ce3bc94efdb3dacc582a5e68a49a4 --- partitions.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'partitions.hpp') diff --git a/partitions.hpp b/partitions.hpp index 294c89e62..652d73357 100644 --- a/partitions.hpp +++ b/partitions.hpp @@ -76,6 +76,7 @@ public: protected: bool Has_Data_Media; // Indicates presence of /data/media, may affect wiping and backup methods + void Setup_Data_Media(int mtp); // Sets up a partition as a /data/media emulated storage partition private: bool Process_Fstab_Line(string Line, bool Display_Error); // Processes a fstab line -- cgit v1.2.3