summaryrefslogtreecommitdiffstats
path: root/roots.h
diff options
context:
space:
mode:
authorDoug Zongker <dougz@android.com>2010-09-18 01:07:14 +0200
committerDoug Zongker <dougz@android.com>2010-09-18 01:07:14 +0200
commitc9ebb58623430b73e8f5a30c5ac34b770f29359a (patch)
treeab2d48836f85f0211670192376b17ddfb920bf0f /roots.h
parentam 1dcd2fd0: (-s ours) am 792b0071: do not merge - update to match ext4utils api (diff)
parentam d7d42089: remove unneeded partition roots (diff)
downloadandroid_bootable_recovery-c9ebb58623430b73e8f5a30c5ac34b770f29359a.tar
android_bootable_recovery-c9ebb58623430b73e8f5a30c5ac34b770f29359a.tar.gz
android_bootable_recovery-c9ebb58623430b73e8f5a30c5ac34b770f29359a.tar.bz2
android_bootable_recovery-c9ebb58623430b73e8f5a30c5ac34b770f29359a.tar.lz
android_bootable_recovery-c9ebb58623430b73e8f5a30c5ac34b770f29359a.tar.xz
android_bootable_recovery-c9ebb58623430b73e8f5a30c5ac34b770f29359a.tar.zst
android_bootable_recovery-c9ebb58623430b73e8f5a30c5ac34b770f29359a.zip
Diffstat (limited to '')
-rw-r--r--roots.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/roots.h b/roots.h
index bc847ea67..e85191d99 100644
--- a/roots.h
+++ b/roots.h
@@ -24,14 +24,6 @@
* components, like "SYSTEM:a/b/c".
*/
-/* Associate this package with the package root "PKG:".
- */
-int register_package_root(const ZipArchive *package, const char *package_path);
-
-/* Returns non-zero iff root_path points inside a package.
- */
-int is_package_root_path(const char *root_path);
-
/* Takes a string like "SYSTEM:lib" and turns it into a string
* like "/system/lib". The translated path is put in out_buf,
* and out_buf is returned if the translation succeeded.
@@ -39,12 +31,6 @@ int is_package_root_path(const char *root_path);
const char *translate_root_path(const char *root_path,
char *out_buf, size_t out_buf_len);
-/* Takes a string like "PKG:lib/libc.so" and returns a pointer to
- * the containing zip file and a path like "lib/libc.so".
- */
-const char *translate_package_root_path(const char *root_path,
- char *out_buf, size_t out_buf_len, const ZipArchive **out_package);
-
/* Returns negative on error, positive if it's mounted, zero if it isn't.
*/
int is_root_path_mounted(const char *root_path);