Searched refs:bind_mount (Results 1 – 1 of 1) sorted by relevance
3075 std::string bind_mount = data.mount_point.substr(0, pos); in UnmountAll() local3076 if (umount2(bind_mount.c_str(), UMOUNT_NOFOLLOW) != 0) { in UnmountAll()3077 PLOG(ERROR) << "Failed to unmount bind-mount " << bind_mount; in UnmountAll()