Searched refs:UMOUNT_NOFOLLOW (Results 1 – 5 of 5) sorted by relevance
/system/apex/apexd/ |
D | apexd_private.cpp | 78 int rc = umount2(target.c_str(), UMOUNT_NOFOLLOW); in BindMount()
|
D | apexd_test_utils.h | 275 if (umount2(kApexMountForTest, MNT_FORCE | UMOUNT_NOFOLLOW) != 0) { in SetUpApexTestEnvironment()
|
D | apexd.cpp | 567 if (umount2(mount_point.c_str(), UMOUNT_NOFOLLOW) != 0) { in MountPackageImpl() 624 if (umount2(data.mount_point.c_str(), UMOUNT_NOFOLLOW) != 0 && in Unmount() 1024 if (umount2(mount_point.c_str(), UMOUNT_NOFOLLOW) != 0) { in UnmountPackage() 3076 if (umount2(bind_mount.c_str(), UMOUNT_NOFOLLOW) != 0) { in UnmountAll()
|
/system/vold/ |
D | AppFuseUtil.cpp | 85 if (umount2(path.c_str(), UMOUNT_NOFOLLOW | MNT_DETACH) != 0 && errno != EINVAL && in RunCommand()
|
D | Utils.cpp | 57 #ifndef UMOUNT_NOFOLLOW 58 #define UMOUNT_NOFOLLOW 0x00000008 /* Don't follow symlink on umount */ macro 479 if (!umount2(cpath, UMOUNT_NOFOLLOW) || errno == EINVAL || errno == ENOENT) { in ForceUnmount() 488 if (!umount2(cpath, UMOUNT_NOFOLLOW) || errno == EINVAL || errno == ENOENT) { in ForceUnmount() 494 if (!umount2(cpath, UMOUNT_NOFOLLOW) || errno == EINVAL || errno == ENOENT) { in ForceUnmount() 500 if (!umount2(cpath, UMOUNT_NOFOLLOW) || errno == EINVAL || errno == ENOENT) { in ForceUnmount() 1641 if (umount2(fuse_path.c_str(), UMOUNT_NOFOLLOW | MNT_DETACH) && errno != EINVAL && in UnmountUserFuse()
|