Searched refs:UMOUNT_NOFOLLOW (Results 1 – 4 of 4) sorted by relevance
/system/apex/apexd/ |
D | apexd_private.cpp | 78 int rc = umount2(target.c_str(), UMOUNT_NOFOLLOW); in BindMount()
|
D | apexd.cpp | 479 if (umount2(mountPoint.c_str(), UMOUNT_NOFOLLOW) != 0) { in MountPackageImpl() 524 if (umount2(data.mount_point.c_str(), UMOUNT_NOFOLLOW) != 0 && in Unmount() 870 if (umount2(mount_point.c_str(), UMOUNT_NOFOLLOW) != 0) { in UnmountPackage() 2148 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 474 if (!umount2(cpath, UMOUNT_NOFOLLOW) || errno == EINVAL || errno == ENOENT) { in ForceUnmount() 483 if (!umount2(cpath, UMOUNT_NOFOLLOW) || errno == EINVAL || errno == ENOENT) { in ForceUnmount() 489 if (!umount2(cpath, UMOUNT_NOFOLLOW) || errno == EINVAL || errno == ENOENT) { in ForceUnmount() 495 if (!umount2(cpath, UMOUNT_NOFOLLOW) || errno == EINVAL || errno == ENOENT) { in ForceUnmount() 1602 if (umount2(fuse_path.c_str(), UMOUNT_NOFOLLOW | MNT_DETACH) && errno != EINVAL && in UnmountUserFuse()
|