summaryrefslogtreecommitdiffstats
path: root/cmds/installd/installd.h
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2011-06-29 14:05:01 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-06-29 14:05:01 -0700
commit2c22882181e867c9ba4e74ee973b87a71db3389f (patch)
tree6593873639d24d7fba98e9b7d9cad8f709bf8de9 /cmds/installd/installd.h
parent9e1fb41b4fbfbd190560cf48f24939703a13eca5 (diff)
parent292f8bc9d1b790ab975a87a842c7fabc908b97e0 (diff)
downloadframeworks_base-2c22882181e867c9ba4e74ee973b87a71db3389f.zip
frameworks_base-2c22882181e867c9ba4e74ee973b87a71db3389f.tar.gz
frameworks_base-2c22882181e867c9ba4e74ee973b87a71db3389f.tar.bz2
Merge "Plumb information from the framework about asec container size."
Diffstat (limited to 'cmds/installd/installd.h')
-rw-r--r--cmds/installd/installd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmds/installd/installd.h b/cmds/installd/installd.h
index e5f6739..c5872b8 100644
--- a/cmds/installd/installd.h
+++ b/cmds/installd/installd.h
@@ -143,7 +143,8 @@ int move_dex(const char *src, const char *dst);
int rm_dex(const char *path);
int protect(char *pkgname, gid_t gid);
int get_size(const char *pkgname, const char *apkpath, const char *fwdlock_apkpath,
- int64_t *codesize, int64_t *datasize, int64_t *cachesize);
+ const char *asecpath, int64_t *codesize, int64_t *datasize, int64_t *cachesize,
+ int64_t *asecsize);
int free_cache(int64_t free_size);
int dexopt(const char *apk_path, uid_t uid, int is_public);
int movefiles();