Home
last modified time | relevance | path

Searched refs:UMOUNT_NOFOLLOW (Results 1 – 5 of 5) sorted by relevance

/system/apex/apexd/
Dapexd_private.cpp78 int rc = umount2(target.c_str(), UMOUNT_NOFOLLOW); in BindMount()
Dapexd_test_utils.h275 if (umount2(kApexMountForTest, MNT_FORCE | UMOUNT_NOFOLLOW) != 0) { in SetUpApexTestEnvironment()
Dapexd.cpp567 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/
DAppFuseUtil.cpp85 if (umount2(path.c_str(), UMOUNT_NOFOLLOW | MNT_DETACH) != 0 && errno != EINVAL && in RunCommand()
DUtils.cpp57 #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()