OSDN Git Service

Iteration on multi-user external storage.
authorJeff Sharkey <jsharkey@android.com>
Wed, 22 Aug 2012 21:08:31 +0000 (14:08 -0700)
committerJeff Sharkey <jsharkey@android.com>
Thu, 23 Aug 2012 00:14:16 +0000 (17:14 -0700)
commitf84ce753c2bec26e3ce7c2e627951dc3aaafa572
treef8b472fe1501243d7cf6cfe4533132835113974c
parenta20bc3bada66210e4fb76352bf29cb3c2b41f7b3
Iteration on multi-user external storage.

Zygote now mounts a tmpfs over any existing /storage contents, giving
it a clean slate for its bind mounts.  This supports a symlink that
enables legacy /sdcard paths for shell users.  Move to using paths
defined from environment variables, instead of header files.

Bug: 6925012
Change-Id: Ia4a2ac35ecfe98b617c27ff3bd73deb29e395e55
vm/native/dalvik_system_Zygote.cpp