summaryrefslogtreecommitdiffstats
path: root/otautil/include
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2019-05-11 03:08:37 +0200
committerandroid-build-merger <android-build-merger@google.com>2019-05-11 03:08:37 +0200
commitfb4f72cb7c332b8d30c2fa91efb8964dcb5fb879 (patch)
treee5774da156ac764677e4b27f16b7b2f86ab00536 /otautil/include
parent[automerger skipped] Merge "DO NOT MERGE - Merge Pie Bonito/Sargo into master." am: 343a7dcdd2 -s ours (diff)
parentMerge "roots: Remove get_system_root and logical_partitions_mapped." (diff)
downloadandroid_bootable_recovery-fb4f72cb7c332b8d30c2fa91efb8964dcb5fb879.tar
android_bootable_recovery-fb4f72cb7c332b8d30c2fa91efb8964dcb5fb879.tar.gz
android_bootable_recovery-fb4f72cb7c332b8d30c2fa91efb8964dcb5fb879.tar.bz2
android_bootable_recovery-fb4f72cb7c332b8d30c2fa91efb8964dcb5fb879.tar.lz
android_bootable_recovery-fb4f72cb7c332b8d30c2fa91efb8964dcb5fb879.tar.xz
android_bootable_recovery-fb4f72cb7c332b8d30c2fa91efb8964dcb5fb879.tar.zst
android_bootable_recovery-fb4f72cb7c332b8d30c2fa91efb8964dcb5fb879.zip
Diffstat (limited to 'otautil/include')
-rw-r--r--otautil/include/otautil/roots.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/otautil/include/otautil/roots.h b/otautil/include/otautil/roots.h
index 482f3d050..2ab3f4549 100644
--- a/otautil/include/otautil/roots.h
+++ b/otautil/include/otautil/roots.h
@@ -53,7 +53,3 @@ int format_volume(const std::string& volume, const std::string& directory);
// Ensure that all and only the volumes that packages expect to find
// mounted (/tmp and /cache) are mounted. Returns 0 on success.
int setup_install_mounts();
-
-bool logical_partitions_mapped();
-
-std::string get_system_root();