Searched defs:UMOUNT_NOFOLLOW (Results 1 - 1 of 1) sorted by relevance

/system/vold/
H A DUtils.cpp43 #ifndef UMOUNT_NOFOLLOW
44 #define UMOUNT_NOFOLLOW 0x00000008 /* Don't follow symlink on umount */ macro
134 if (!umount2(cpath, UMOUNT_NOFOLLOW) || errno == EINVAL || errno == ENOENT) {
143 if (!umount2(cpath, UMOUNT_NOFOLLOW) || errno == EINVAL || errno == ENOENT) {
149 if (!umount2(cpath, UMOUNT_NOFOLLOW) || errno == EINVAL || errno == ENOENT) {
155 if (!umount2(cpath, UMOUNT_NOFOLLOW) || errno == EINVAL || errno == ENOENT) {

Completed in 55 milliseconds