summaryrefslogtreecommitdiffstats
path: root/mounts.h
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-04-17 00:40:10 +0200
committerTao Bao <tbao@google.com>2017-04-17 00:53:47 +0200
commite95902280c362cec38bc79c63e0da5cc35241e2b (patch)
treea73a7d0ba4bb94abd491c0a284bb99eb341cd135 /mounts.h
parentMerge "Protect filename_cache with lock in ota fault" (diff)
downloadandroid_bootable_recovery-e95902280c362cec38bc79c63e0da5cc35241e2b.tar
android_bootable_recovery-e95902280c362cec38bc79c63e0da5cc35241e2b.tar.gz
android_bootable_recovery-e95902280c362cec38bc79c63e0da5cc35241e2b.tar.bz2
android_bootable_recovery-e95902280c362cec38bc79c63e0da5cc35241e2b.tar.lz
android_bootable_recovery-e95902280c362cec38bc79c63e0da5cc35241e2b.tar.xz
android_bootable_recovery-e95902280c362cec38bc79c63e0da5cc35241e2b.tar.zst
android_bootable_recovery-e95902280c362cec38bc79c63e0da5cc35241e2b.zip
Diffstat (limited to 'mounts.h')
-rw-r--r--mounts.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/mounts.h b/mounts.h
index 1b7670329..0de1ebd0a 100644
--- a/mounts.h
+++ b/mounts.h
@@ -21,12 +21,8 @@ struct MountedVolume;
bool scan_mounted_volumes();
-MountedVolume* find_mounted_volume_by_device(const char* device);
-
MountedVolume* find_mounted_volume_by_mount_point(const char* mount_point);
int unmount_mounted_volume(MountedVolume* volume);
-int remount_read_only(MountedVolume* volume);
-
#endif