diff options
Diffstat (limited to '')
-rw-r--r-- | twrp-functions.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/twrp-functions.hpp b/twrp-functions.hpp index 64a45f55b..ff1176389 100644 --- a/twrp-functions.hpp +++ b/twrp-functions.hpp @@ -80,6 +80,7 @@ public: static string Get_Current_Date(void); // Returns the current date in ccyy-m-dd--hh-nn-ss format static void Auto_Generate_Backup_Name(); // Populates TW_BACKUP_NAME with a backup name based on current date and ro.build.display.id from /system/build.prop static void Fixup_Time_On_Boot(); // Fixes time on devices which need it + static std::vector<std::string> Split_String(const std::string& str, const std::string& delimiter, bool removeEmpty = true); // Splits string by delimiter private: static void Copy_Log(string Source, string Destination); |