Home
last modified time | relevance | path

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

/system/vold/
DUtils.cpp42 #ifndef UMOUNT_NOFOLLOW
43 #define UMOUNT_NOFOLLOW 0x00000008 /* Don't follow symlink on umount */ macro
125 if (!umount2(cpath, UMOUNT_NOFOLLOW) || errno == EINVAL || errno == ENOENT) { in ForceUnmount()
134 if (!umount2(cpath, UMOUNT_NOFOLLOW) || errno == EINVAL || errno == ENOENT) { in ForceUnmount()
140 if (!umount2(cpath, UMOUNT_NOFOLLOW) || errno == EINVAL || errno == ENOENT) { in ForceUnmount()
146 if (!umount2(cpath, UMOUNT_NOFOLLOW) || errno == EINVAL || errno == ENOENT) { in ForceUnmount()
DCommandListener.cpp757 if (umount2(path.c_str(), UMOUNT_NOFOLLOW | MNT_DETACH) != 0 && in runCommandInNamespace()