Home
last modified time | relevance | path

Searched refs:pass_through_linkpath (Results 1 – 1 of 1) sorted by relevance

/system/vold/
DUtils.cpp1609 std::string pass_through_linkpath(StringPrintf("/mnt/pass_through/%d/self", user_id)); in MountUserFuse() local
1610 result = PrepareDir(pass_through_linkpath, 0710, AID_ROOT, AID_MEDIA_RW); in MountUserFuse()
1612 PLOG(ERROR) << "Failed to prepare directory " << pass_through_linkpath; in MountUserFuse()
1615 pass_through_linkpath += "/primary"; in MountUserFuse()
1616 Symlink("/storage/emulated/" + std::to_string(user_id), pass_through_linkpath); in MountUserFuse()