am 78003caf: am 32679a82: Create user directory on emulated storage.

* commit '78003caff32e8220ebd6ca89703916d9297b77b3':
  Create user directory on emulated storage.
gugelfrei
Jeff Sharkey 9 years ago committed by Android Git Automerger
commit 90db4d909a

@ -416,6 +416,7 @@ int VolumeManager::linkPrimary(userid_t userId) {
std::string source(mPrimary->getPath());
if (mPrimary->getType() == android::vold::VolumeBase::Type::kEmulated) {
source = StringPrintf("%s/%d", source.c_str(), userId);
fs_prepare_dir(source.c_str(), 0755, AID_ROOT, AID_ROOT);
}
std::string target(StringPrintf("/mnt/user/%d/primary", userId));

Loading…
Cancel
Save