summaryrefslogtreecommitdiffstats
path: root/mounts.h
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-04-18 01:10:26 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-04-18 01:10:28 +0200
commit4854e77fd2865b11015f680d470c8507a6be7405 (patch)
tree4118943f72014f5a3c45151e46e893ef63d4bf91 /mounts.h
parentMerge "minadbd: switch adb_thread_create to std::thread." (diff)
parentlibmounts: Remove two dead functions. (diff)
downloadandroid_bootable_recovery-4854e77fd2865b11015f680d470c8507a6be7405.tar
android_bootable_recovery-4854e77fd2865b11015f680d470c8507a6be7405.tar.gz
android_bootable_recovery-4854e77fd2865b11015f680d470c8507a6be7405.tar.bz2
android_bootable_recovery-4854e77fd2865b11015f680d470c8507a6be7405.tar.lz
android_bootable_recovery-4854e77fd2865b11015f680d470c8507a6be7405.tar.xz
android_bootable_recovery-4854e77fd2865b11015f680d470c8507a6be7405.tar.zst
android_bootable_recovery-4854e77fd2865b11015f680d470c8507a6be7405.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