summaryrefslogtreecommitdiffstats
path: root/mounts.h
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-04-18 01:23:54 +0200
committerandroid-build-merger <android-build-merger@google.com>2017-04-18 01:23:54 +0200
commitfdc5ac8051a58f2e9f48f0cad3a2382ed3c2db04 (patch)
tree9fd35cc62828142979fbf1c38a3c1bd9c4556f1e /mounts.h
parentMerge "minadbd: switch adb_thread_create to std::thread." am: d3d91e5595 (diff)
parentMerge "libmounts: Remove two dead functions." (diff)
downloadandroid_bootable_recovery-fdc5ac8051a58f2e9f48f0cad3a2382ed3c2db04.tar
android_bootable_recovery-fdc5ac8051a58f2e9f48f0cad3a2382ed3c2db04.tar.gz
android_bootable_recovery-fdc5ac8051a58f2e9f48f0cad3a2382ed3c2db04.tar.bz2
android_bootable_recovery-fdc5ac8051a58f2e9f48f0cad3a2382ed3c2db04.tar.lz
android_bootable_recovery-fdc5ac8051a58f2e9f48f0cad3a2382ed3c2db04.tar.xz
android_bootable_recovery-fdc5ac8051a58f2e9f48f0cad3a2382ed3c2db04.tar.zst
android_bootable_recovery-fdc5ac8051a58f2e9f48f0cad3a2382ed3c2db04.zip
Diffstat (limited to '')
-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