Searched refs:pass_through_source (Results 1 – 1 of 1) sorted by relevance
875 const std::string pass_through_source = StringPrintf("/mnt/pass_through/%d", user_id); in MountEmulatedStorage() local876 PrepareDir(pass_through_source, 0710, AID_ROOT, AID_MEDIA_RW, fail_fn); in MountEmulatedStorage()877 BindMount(pass_through_source, "/storage", fail_fn); in MountEmulatedStorage()