replicant-frameworks_native/cmds/installd
Hao Li 1bcb35bf87 Installd: Fix delete_code_cache() clearing the wrong cache dir
Fix a typo in delete_code_cache() introduced by commit c03de09, which
causes the function to empty /data/data/<package_name>/cache/ rather
than /data/data/<package_name>/code_cache/.

The following CTS test case should now pass:

 com.android.cts.appsecurity.SplitTests#testClearCodeCache

Change-Id: I2d9452d70ed39b3ea29ad65fb35e788c2fef5100
Signed-off-by: Hao Li <hao.i.li@intel.com>
Signed-off-by: Yu Ning <yu.ning@intel.com>
2015-07-01 13:03:43 +00:00
..
tests More volume UUID awareness. 2015-04-09 11:44:06 -07:00
Android.mk Command to move private app data between volumes. 2015-04-10 00:21:35 -07:00
commands.cpp Installd: Fix delete_code_cache() clearing the wrong cache dir 2015-07-01 13:03:43 +00:00
installd.cpp Command to move private app data between volumes. 2015-04-10 00:21:35 -07:00
installd.h Command to move private app data between volumes. 2015-04-10 00:21:35 -07:00
utils.cpp Command to move private app data between volumes. 2015-04-10 00:21:35 -07:00