Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dcom_android_internal_os_Zygote.cpp875 const std::string pass_through_source = StringPrintf("/mnt/pass_through/%d", user_id); in MountEmulatedStorage() local
876 PrepareDir(pass_through_source, 0710, AID_ROOT, AID_MEDIA_RW, fail_fn); in MountEmulatedStorage()
877 BindMount(pass_through_source, "/storage", fail_fn); in MountEmulatedStorage()