Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/filter/
H A Dfilter_source_stream_unittest.cc475 auto pass_through_source = in TEST_P() local
477 pass_through_source->set_type_string("FIRST_PASS_THROUGH"); in TEST_P()
480 std::move(pass_through_source), input.length()); in TEST_P()
/aosp_15_r20/frameworks/base/core/jni/
H A Dcom_android_internal_os_Zygote.cpp868 const std::string pass_through_source = StringPrintf("/mnt/pass_through/%d", user_id); in MountEmulatedStorage() local
869 PrepareDir(pass_through_source, 0710, AID_ROOT, AID_MEDIA_RW, fail_fn); in MountEmulatedStorage()
870 BindMount(pass_through_source, "/storage", fail_fn); in MountEmulatedStorage()