target_allows_fd 2572 drivers/android/binder.c 	bool target_allows_fd;
target_allows_fd 2575 drivers/android/binder.c 		target_allows_fd = !!(in_reply_to->flags & TF_ACCEPT_FDS);
target_allows_fd 2577 drivers/android/binder.c 		target_allows_fd = t->buffer->target_node->accept_fds;
target_allows_fd 2578 drivers/android/binder.c 	if (!target_allows_fd) {