• Home
  • History
  • Annotate
  • only in /frameworks/base/cmds/installd/tests/
History log of /frameworks/base/cmds/installd/tests/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ad757e9b36d6bc6b8e39be00612d0e60863aaafc 30-Nov-2011 Kenny Root <kroot@google.com> Fix free_cache to actually work

This broke with some other path-related changes, so it was scanning for
/data/*/cache instead of /data/data/*/cache

Also remove redundant call to restat

Bug: 5686310
Change-Id: Id1661f0f1337858fc9ead53c56ab7557f421c591
nstalld_utils_test.cpp
bd882b1c8708686d373c56e07e6bb8b1cb6ffd9e 12-Jul-2011 Jeff Brown <jeffbrown@google.com> Remove the simulator target from all makefiles.
Bug: 5010576

Change-Id: I04d722f258951a3078fe07899f5bbe8aac02a8e8
ndroid.mk
86c9584559439504fc57ece2ccd9b6cbd568430c 31-Mar-2011 Kenny Root <kroot@google.com> Update installd to allow multiuser

* Add ability to select different personas to generate the path to be
created.

* Move hardcoded paths to read from init's set environment.

* Add unit tests for all the utility functions that build strings to
make sure they're correct.

* Fill in persona with "0" all the time now. Will be plumbed through in
later CL.

Change-Id: I0a7f6e3640cb6b052f8823080886ee79e90b679f
ndroid.mk
nstalld_utils_test.cpp