Home
last modified time | relevance | path

Searched refs:MS_SLAVE (Results 1 – 17 of 17) sorted by relevance

/aosp12/system/core/init/
H A Dmount_namespace.cpp247 if (!(ChangeMount("/mnt/installer", MS_SLAVE))) return false; in SetupMountNamespaces()
248 if (!(ChangeMount("/mnt/androidwritable", MS_SLAVE))) return false; in SetupMountNamespaces()
H A Dservice_utils.cpp69 if (mount("rootfs", "/", nullptr, (MS_SLAVE | MS_REC), nullptr) == -1) { in SetUpMountNamespace()
H A Dbuiltins.cpp478 { "slave", MS_SLAVE },
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dmount.h41 #define MS_SLAVE (1 << 19) macro
/aosp12/bootable/recovery/updater/
H A Dupdater_runtime.cpp61 { "slave", MS_SLAVE }, in setMountFlag()
/aosp12/system/sepolicy/prebuilts/api/27.0/private/
H A Dzygote.te79 # Allow remounting rootfs as MS_SLAVE.
/aosp12/system/sepolicy/prebuilts/api/26.0/private/
H A Dzygote.te79 # Allow remounting rootfs as MS_SLAVE.
/aosp12/system/sepolicy/prebuilts/api/28.0/private/
H A Dzygote.te80 # Allow remounting rootfs as MS_SLAVE.
/aosp12/system/sepolicy/prebuilts/api/29.0/private/
H A Dzygote.te86 # Allow remounting rootfs as MS_SLAVE.
/aosp12/system/core/fs_mgr/tests/
H A Dfs_mgr_test.cpp305 {"slave", MS_SLAVE}, in TEST()
395 EXPECT_EQ(static_cast<unsigned long>(MS_UNBINDABLE | MS_PRIVATE | MS_SLAVE), entry->flags); in TEST()
/aosp12/system/sepolicy/prebuilts/api/30.0/private/
H A Dzygote.te128 # Allow remounting rootfs as MS_SLAVE.
/aosp12/system/sepolicy/prebuilts/api/31.0/private/
H A Dzygote.te137 # Allow remounting rootfs as MS_SLAVE.
/aosp12/system/sepolicy/prebuilts/api/32.0/private/
H A Dzygote.te137 # Allow remounting rootfs as MS_SLAVE.
/aosp12/system/sepolicy/private/
H A Dzygote.te137 # Allow remounting rootfs as MS_SLAVE.
/aosp12/system/core/fs_mgr/
H A Dfs_mgr_fstab.cpp74 {"slave", MS_SLAVE},
/aosp12/system/vold/
H A DVolumeManager.cpp517 if (TEMP_FAILURE_RETRY(mount(NULL, "/storage", NULL, MS_REC | MS_SLAVE, NULL)) == -1) { in childProcess()
/aosp12/frameworks/base/core/jni/
H A Dcom_android_internal_os_Zygote.cpp1979 if (mount("rootfs", "/", nullptr, (MS_SLAVE | MS_REC), nullptr) == -1) { in UnmountStorageOnInit()