Searched refs:BindMount (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/jni/ |
D | com_android_internal_os_Zygote.cpp | 815 static bool BindMount(const std::string& source_dir, const std::string& target_dir) { in BindMount() function 820 static void BindMount(const std::string& source_dir, const std::string& target_dir, in BindMount() function 822 if (!BindMount(source_dir, target_dir)) { in BindMount() 877 BindMount(pass_through_source, "/storage", fail_fn); in MountEmulatedStorage() 880 BindMount(installer_source, "/storage", fail_fn); in MountEmulatedStorage() 883 BindMount(writable_source, "/storage", fail_fn); in MountEmulatedStorage() 885 BindMount(user_source, "/storage", fail_fn); in MountEmulatedStorage() 1069 BindMount(mirrorAppDataPath, actualAppDataPath, fail_fn); in createAndMountAppData() 1070 } else if(!BindMount(mirrorAppDataPath, actualAppDataPath)) { in createAndMountAppData() 1091 BindMount(mirrorAppDataPath, actualAppDataPath, fail_fn); in mountAppData() [all …]
|