Searched refs:BindMount (Results 1 – 12 of 12) sorted by relevance
/aosp12/system/core/init/ |
H A D | mount_namespace.cpp | 47 static bool BindMount(const std::string& source, const std::string& mount_point) { in BindMount() function 244 if (!(BindMount("/mnt/user", "/mnt/installer"))) return false; in SetupMountNamespaces() 245 if (!(BindMount("/mnt/user", "/mnt/androidwritable"))) return false; in SetupMountNamespaces()
|
/aosp12/frameworks/base/core/jni/ |
H A D | com_android_internal_os_Zygote.cpp | 786 if (!BindMount(source_dir, target_dir)) { in BindMount() 841 BindMount(pass_through_source, "/storage", fail_fn); in MountEmulatedStorage() 844 BindMount(installer_source, "/storage", fail_fn); in MountEmulatedStorage() 847 BindMount(writable_source, "/storage", fail_fn); in MountEmulatedStorage() 849 BindMount(user_source, "/storage", fail_fn); in MountEmulatedStorage() 1053 BindMount(mirrorAppDataPath, actualAppDataPath, fail_fn); in createAndMountAppData() 1054 } else if(!BindMount(mirrorAppDataPath, actualAppDataPath)) { in createAndMountAppData() 1075 BindMount(mirrorAppDataPath, actualAppDataPath, fail_fn); in mountAppData() 1470 BindMount(mirrorCurPackageProfile, actualCurPackageProfile, fail_fn); in isolateJitProfile() 1472 BindMount(mirrorRefPackageProfile, actualRefPackageProfile, fail_fn); in isolateJitProfile() [all …]
|
/aosp12/system/apex/apexd/ |
H A D | apexd_private.h | 41 android::base::Result<void> BindMount(const std::string& target,
|
H A D | apexd_private.cpp | 36 Result<void> BindMount(const std::string& target, const std::string& source) { in BindMount() function
|
H A D | apexd_prepostinstall.cpp | 158 apexd_private::BindMount(active_point, mount_point); in RunFnInstall()
|
H A D | apexd.cpp | 1351 const Result<void>& update_st = apexd_private::BindMount( in ActivatePackageImpl()
|
/aosp12/system/vold/model/ |
H A D | PublicVolume.cpp | 86 BindMount(securePath, kAsecPath); in initAsecStage()
|
H A D | EmulatedVolume.cpp | 83 auto status = BindMount(source, target); in doFuseBindMount()
|
/aosp12/system/vold/ |
H A D | Utils.h | 86 status_t BindMount(const std::string& source, const std::string& target);
|
H A D | Utils.cpp | 558 status_t BindMount(const std::string& source, const std::string& target) { in BindMount() function 1622 return BindMount(sdcardfs_path, pass_through_path); in MountUserFuse() 1625 return BindMount(absolute_lower_path, pass_through_path); in MountUserFuse()
|
H A D | VolumeManager.cpp | 80 using android::vold::BindMount;
|
/aosp12/system/incremental_delivery/incfs/tests/ |
H A D | incfs_test.cpp | 302 TEST_F(IncFsTest, BindMount) { in TEST_F() argument
|