diff options
author | Amith Yamasani <yamasani@google.com> | 2012-10-01 10:39:14 -0700 |
---|---|---|
committer | Amith Yamasani <yamasani@google.com> | 2012-10-01 11:19:55 -0700 |
commit | 54289b8b4a110cc1ae106d79785cc762a2aebd6e (patch) | |
tree | a414077d404f27aa8643ef1516ad9829b6fc214d /cmds/installd/installd.h | |
parent | c56e5600501a5c376dc13e6a99fcec7782fc8718 (diff) | |
download | frameworks_base-54289b8b4a110cc1ae106d79785cc762a2aebd6e.zip frameworks_base-54289b8b4a110cc1ae106d79785cc762a2aebd6e.tar.gz frameworks_base-54289b8b4a110cc1ae106d79785cc762a2aebd6e.tar.bz2 |
Fix cache deletion for secondary users
Bug: 7249419
Change-Id: Idbc0f9994508059ebf5055aea961b87e08b3673a
Diffstat (limited to 'cmds/installd/installd.h')
-rw-r--r-- | cmds/installd/installd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/installd/installd.h b/cmds/installd/installd.h index a229b97..2540dbe 100644 --- a/cmds/installd/installd.h +++ b/cmds/installd/installd.h @@ -199,7 +199,7 @@ int delete_user_data(const char *pkgname, uid_t persona); int make_user_data(const char *pkgname, uid_t uid, uid_t persona); int delete_persona(uid_t persona); int clone_persona_data(uid_t src_persona, uid_t target_persona, int copy); -int delete_cache(const char *pkgname); +int delete_cache(const char *pkgname, uid_t persona); int move_dex(const char *src, const char *dst); int rm_dex(const char *path); int protect(char *pkgname, gid_t gid); |