commit | 8d665fab4507575ae5c0f669f2f571f359ff16a7 | [log] [tgz] |
---|---|---|
author | Captain Throwback <captainthrowback@hotmail.com> | Sun Jan 28 23:41:14 2024 -0500 |
committer | captainthrowback <captainthrowback@hotmail.com> | Mon Jan 29 23:58:20 2024 +0000 |
tree | 4be1f3223e9a6a32e7de24ce1f02693743c1f56b | |
parent | a4a754dab8b44eb794d605d71fa0fd0d7fee52e8 [diff] [blame] |
Update functions from umount2 to Unmount_by_Path Change-Id: Ib701c1002ceccfef222424941aa55e13a290d996
diff --git a/twrpApex.cpp b/twrpApex.cpp index 22da17a..557283b 100755 --- a/twrpApex.cpp +++ b/twrpApex.cpp
@@ -190,5 +190,5 @@ } bool twrpApex::Unmount() { - return (umount2(APEX_BASE, MNT_DETACH) == 0); + return (PartitionManager.UnMount_By_Path(APEX_BASE, false, MNT_DETACH) == 0); }