OSDN Git Service

Move multi-user OBB under user-specific path.
authorJeff Sharkey <jsharkey@android.com>
Mon, 24 Sep 2012 21:10:02 +0000 (14:10 -0700)
committerJeff Sharkey <jsharkey@android.com>
Mon, 24 Sep 2012 21:15:51 +0000 (14:15 -0700)
commit5005743f9b35effed87bbd9a9786f1f2e16bebe2
treeb30309f94c51f9a765d0df0eb3df7d5e7eb64970
parent74573701ee9863a0d2f1ba638b1c1cce69cdc2b2
Move multi-user OBB under user-specific path.

Support apps that may manually build OBB paths using
getExternalStorageDirectory() by making multi-user OBB paths live
under user-specific path.

This new structure means we can simplify the emulated_legacy paths
to be a single recursive bind mount.

Bug: 7212801
Change-Id: I85a0caebca52a6ff3bfe61c961518a91f0b8f8ff
vm/native/dalvik_system_Zygote.cpp