aboutsummaryrefslogtreecommitdiffstats
path: root/roots.h
diff options
context:
space:
mode:
authorPat Erley <perley@cyngn.com>2016-02-04 17:16:33 -0800
committerGerrit Code Review <gerrit@cyanogenmod.org>2016-02-08 00:29:32 -0800
commitda94576d8d28fac0947c9310ef07d0beefb420ef (patch)
tree8c7c99a1c447337ec34117375e82003f85cb3923 /roots.h
parentc209a0a736d5155895b6238f391f9cec3680f9de (diff)
downloadbootable_recovery-da94576d8d28fac0947c9310ef07d0beefb420ef.zip
bootable_recovery-da94576d8d28fac0947c9310ef07d0beefb420ef.tar.gz
bootable_recovery-da94576d8d28fac0947c9310ef07d0beefb420ef.tar.bz2
recovery: rename remount_for_wipe
We need to re-use this to get read access to OTA files. Change-Id: Iaab91150ff30422f25139372c5cd9076f1670bd3
Diffstat (limited to 'roots.h')
-rw-r--r--roots.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/roots.h b/roots.h
index 2140363..32d35b3 100644
--- a/roots.h
+++ b/roots.h
@@ -31,7 +31,7 @@ Volume* volume_for_path(const char* path);
int ensure_volume_mounted(Volume* v, bool force_rw=false);
int ensure_path_mounted(const char* path, bool force_rw=false);
// Above, plus override SELinux default context
-int remount_for_wipe(const char* path);
+int remount_no_selinux(const char* path);
// Similar to ensure_path_mounted, but allows one to specify the mount_point.
int ensure_path_mounted_at(const char* path, const char* mount_point, bool force_rw=false);