Home
last modified time | relevance | path

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

/aosp12/system/core/init/
H A Dmount_namespace.cpp47 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 Dcom_android_internal_os_Zygote.cpp786 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 Dapexd_private.h41 android::base::Result<void> BindMount(const std::string& target,
H A Dapexd_private.cpp36 Result<void> BindMount(const std::string& target, const std::string& source) { in BindMount() function
H A Dapexd_prepostinstall.cpp158 apexd_private::BindMount(active_point, mount_point); in RunFnInstall()
H A Dapexd.cpp1351 const Result<void>& update_st = apexd_private::BindMount( in ActivatePackageImpl()
/aosp12/system/vold/model/
H A DPublicVolume.cpp86 BindMount(securePath, kAsecPath); in initAsecStage()
H A DEmulatedVolume.cpp83 auto status = BindMount(source, target); in doFuseBindMount()
/aosp12/system/vold/
H A DUtils.h86 status_t BindMount(const std::string& source, const std::string& target);
H A DUtils.cpp558 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 DVolumeManager.cpp80 using android::vold::BindMount;
/aosp12/system/incremental_delivery/incfs/tests/
H A Dincfs_test.cpp302 TEST_F(IncFsTest, BindMount) { in TEST_F() argument