diff options
Diffstat (limited to 'twrp-functions.hpp')
-rw-r--r-- | twrp-functions.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/twrp-functions.hpp b/twrp-functions.hpp index 36cfff5b8..c10a184e6 100644 --- a/twrp-functions.hpp +++ b/twrp-functions.hpp @@ -72,8 +72,6 @@ public: static int read_file(string fn, string& results); //read from file static int read_file(string fn, uint64_t& results); //read from file static int write_file(string fn, string& line); //write from file - static int drop_caches(void); //drop linux cache memory - static int tw_chmod(const string& fn, const string& mode); // chmod function that converts a 3 or 4 char string into st_mode automatically static bool Install_SuperSU(void); // Installs su binary and apk and sets proper permissions static bool Try_Decrypting_Backup(string Restore_Path, string Password); // true for success, false for failed to decrypt static string System_Property_Get(string Prop_Name); // Returns value of Prop_Name from reading /system/build.prop |