Searched refs:downcast_file (Results 1 – 2 of 2) sorted by relevance
528 response_files.push(downcast_file(resample_evt)); in handle_socket()557 response_files.push(downcast_file(child_socket)); in handle_socket()
181 fn downcast_file<F: IntoRawFd>(f: F) -> File { in downcast_file() function