aboutsummaryrefslogtreecommitdiffstats
path: root/roots.h
diff options
context:
space:
mode:
authorKoushik Dutta <koushd@gmail.com>2011-08-31 23:26:45 -0700
committerKoushik Dutta <koushd@gmail.com>2011-08-31 23:26:45 -0700
commit5268131918bc9ffdcd2f82de12778247bf86782e (patch)
tree71e8b7cbc5146617df664642381dec43bfed378d /roots.h
parentd6bf694ff0d00ab096c7926f42ce55b7575fcc1b (diff)
downloadbootable_recovery-5268131918bc9ffdcd2f82de12778247bf86782e.zip
bootable_recovery-5268131918bc9ffdcd2f82de12778247bf86782e.tar.gz
bootable_recovery-5268131918bc9ffdcd2f82de12778247bf86782e.tar.bz2
allow explicitly provided mount locations
Change-Id: I3930b2abeb81c09c25c1750f0545c233c0d5a4a2
Diffstat (limited to 'roots.h')
-rw-r--r--roots.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/roots.h b/roots.h
index 7914307..af82280 100644
--- a/roots.h
+++ b/roots.h
@@ -28,6 +28,7 @@ Volume* volume_for_path(const char* path);
// Make sure that the volume 'path' is on is mounted. Returns 0 on
// success (volume is mounted).
int ensure_path_mounted(const char* path);
+int ensure_path_mounted_at_mount_point(const char* path, const char* mount_point);
// Make sure that the volume 'path' is on is mounted. Returns 0 on
// success (volume is unmounted);