Searched refs:MS_SLAVE (Results 1 – 17 of 17) sorted by relevance
/aosp12/system/core/init/ |
H A D | mount_namespace.cpp | 247 if (!(ChangeMount("/mnt/installer", MS_SLAVE))) return false; in SetupMountNamespaces() 248 if (!(ChangeMount("/mnt/androidwritable", MS_SLAVE))) return false; in SetupMountNamespaces()
|
H A D | service_utils.cpp | 69 if (mount("rootfs", "/", nullptr, (MS_SLAVE | MS_REC), nullptr) == -1) { in SetUpMountNamespace()
|
H A D | builtins.cpp | 478 { "slave", MS_SLAVE },
|
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | mount.h | 41 #define MS_SLAVE (1 << 19) macro
|
/aosp12/bootable/recovery/updater/ |
H A D | updater_runtime.cpp | 61 { "slave", MS_SLAVE }, in setMountFlag()
|
/aosp12/system/sepolicy/prebuilts/api/27.0/private/ |
H A D | zygote.te | 79 # Allow remounting rootfs as MS_SLAVE.
|
/aosp12/system/sepolicy/prebuilts/api/26.0/private/ |
H A D | zygote.te | 79 # Allow remounting rootfs as MS_SLAVE.
|
/aosp12/system/sepolicy/prebuilts/api/28.0/private/ |
H A D | zygote.te | 80 # Allow remounting rootfs as MS_SLAVE.
|
/aosp12/system/sepolicy/prebuilts/api/29.0/private/ |
H A D | zygote.te | 86 # Allow remounting rootfs as MS_SLAVE.
|
/aosp12/system/core/fs_mgr/tests/ |
H A D | fs_mgr_test.cpp | 305 {"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 D | zygote.te | 128 # Allow remounting rootfs as MS_SLAVE.
|
/aosp12/system/sepolicy/prebuilts/api/31.0/private/ |
H A D | zygote.te | 137 # Allow remounting rootfs as MS_SLAVE.
|
/aosp12/system/sepolicy/prebuilts/api/32.0/private/ |
H A D | zygote.te | 137 # Allow remounting rootfs as MS_SLAVE.
|
/aosp12/system/sepolicy/private/ |
H A D | zygote.te | 137 # Allow remounting rootfs as MS_SLAVE.
|
/aosp12/system/core/fs_mgr/ |
H A D | fs_mgr_fstab.cpp | 74 {"slave", MS_SLAVE},
|
/aosp12/system/vold/ |
H A D | VolumeManager.cpp | 517 if (TEMP_FAILURE_RETRY(mount(NULL, "/storage", NULL, MS_REC | MS_SLAVE, NULL)) == -1) { in childProcess()
|
/aosp12/frameworks/base/core/jni/ |
H A D | com_android_internal_os_Zygote.cpp | 1979 if (mount("rootfs", "/", nullptr, (MS_SLAVE | MS_REC), nullptr) == -1) { in UnmountStorageOnInit()
|