summaryrefslogtreecommitdiffstats
path: root/twrp-functions.hpp
diff options
context:
space:
mode:
authorDees Troy <dees_troy@teamw.in>2014-02-06 20:14:14 +0100
committerGerrit Code Review <gerrit2@gerrit>2014-02-06 20:14:14 +0100
commit4011c71f9813a9b3c13dab6ca01b69dddd6ec77b (patch)
treeeaa89da21aa9975ddb100da285aededddec69ff5 /twrp-functions.hpp
parentMerge "minui: adapt backlight blanking commit to TWRP" into android-4.4 (diff)
parentLoad RTC offset on Qualcomm Krait chips, fixes the broken time & date (diff)
downloadandroid_bootable_recovery-4011c71f9813a9b3c13dab6ca01b69dddd6ec77b.tar
android_bootable_recovery-4011c71f9813a9b3c13dab6ca01b69dddd6ec77b.tar.gz
android_bootable_recovery-4011c71f9813a9b3c13dab6ca01b69dddd6ec77b.tar.bz2
android_bootable_recovery-4011c71f9813a9b3c13dab6ca01b69dddd6ec77b.tar.lz
android_bootable_recovery-4011c71f9813a9b3c13dab6ca01b69dddd6ec77b.tar.xz
android_bootable_recovery-4011c71f9813a9b3c13dab6ca01b69dddd6ec77b.tar.zst
android_bootable_recovery-4011c71f9813a9b3c13dab6ca01b69dddd6ec77b.zip
Diffstat (limited to 'twrp-functions.hpp')
-rw-r--r--twrp-functions.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/twrp-functions.hpp b/twrp-functions.hpp
index 1050f5644..eb88ae2f3 100644
--- a/twrp-functions.hpp
+++ b/twrp-functions.hpp
@@ -75,6 +75,7 @@ public:
static int Wait_For_Child(pid_t pid, int *status, string Child_Name); // Waits for pid to exit and checks exit status
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
private:
static void Copy_Log(string Source, string Destination);