pub fn binder_transfer_file(
current_task: &CurrentTask,
receiving_task: &Task,
file: &FileObject,
) -> Result<(), Errno>Expand description
Checks whether the given receiving_task can receive file in a Binder transaction.
Corresponds to the binder_transfer_file hook.