Lines Matching +defs:file +defs:n

14     let mut file = MockFile::default();  in open_read()  localVariable
19 let mut file = File::from_std(file); in open_read() localVariable
33 let n = assert_ready_ok!(t.poll()); in open_read() localVariable
40 let mut file = MockFile::default(); in read_twice_before_dispatch() localVariable
45 let mut file = File::from_std(file); in read_twice_before_dispatch() localVariable
58 let n = assert_ready_ok!(t.poll()); in read_twice_before_dispatch() localVariable
64 let mut file = MockFile::default(); in read_with_smaller_buf() localVariable
70 let mut file = File::from_std(file); in read_with_smaller_buf() localVariable
83 let n = assert_ready_ok!(t.poll()); in read_with_smaller_buf() localVariable
91 let n = assert_ready_ok!(t.poll()); in read_with_smaller_buf() localVariable
101 let mut file = MockFile::default(); in read_with_bigger_buf() localVariable
117 let mut file = File::from_std(file); in read_with_bigger_buf() localVariable
130 let n = assert_ready_ok!(t.poll()); in read_with_bigger_buf() localVariable
146 let n = assert_ready_ok!(t.poll()); in read_with_bigger_buf() localVariable
155 let mut file = MockFile::default(); in read_err_then_read_success() localVariable
169 let mut file = File::from_std(file); in read_err_then_read_success() localVariable
188 let n = assert_ready_ok!(t.poll()); in read_err_then_read_success() localVariable
197 let mut file = MockFile::default(); in open_write() localVariable
203 let mut file = File::from_std(file); in open_write() localVariable
222 let file = MockFile::default(); in flush_while_idle() localVariable
224 let mut file = File::from_std(file); in flush_while_idle() localVariable
251 let mut file = MockFile::default(); in read_with_buffer_larger_than_max() localVariable
280 let mut file = File::from_std(file); in read_with_buffer_larger_than_max() localVariable
292 let n = assert_ready_ok!(t.poll()); in read_with_buffer_larger_than_max() localVariable
321 let mut file = MockFile::default(); in write_with_buffer_larger_than_max() localVariable
344 let mut file = File::from_std(file); in write_with_buffer_larger_than_max() localVariable
361 let n = assert_ready_ok!(task.poll()); in write_with_buffer_larger_than_max() localVariable
371 let mut file = MockFile::default(); in write_twice_before_dispatch() localVariable
384 let mut file = File::from_std(file); in write_twice_before_dispatch() localVariable
411 let mut file = MockFile::default(); in incomplete_read_followed_by_write() localVariable
430 let mut file = File::from_std(file); in incomplete_read_followed_by_write() localVariable
451 let mut file = MockFile::default(); in incomplete_partial_read_followed_by_write() localVariable
471 let mut file = File::from_std(file); in incomplete_partial_read_followed_by_write() localVariable
495 let mut file = MockFile::default(); in incomplete_read_followed_by_flush() localVariable
515 let mut file = File::from_std(file); in incomplete_read_followed_by_flush() localVariable
535 let mut file = MockFile::default(); in incomplete_flush_followed_by_write() localVariable
548 let mut file = File::from_std(file); in incomplete_flush_followed_by_write() localVariable
551 let n = assert_ready_ok!(t.poll()); in incomplete_flush_followed_by_write() localVariable
571 let mut file = MockFile::default(); in read_err() localVariable
576 let mut file = File::from_std(file); in read_err() localVariable
591 let mut file = MockFile::default(); in write_write_err() localVariable
596 let mut file = File::from_std(file); in write_write_err() localVariable
609 let mut file = MockFile::default(); in write_read_write_err() localVariable
623 let mut file = File::from_std(file); in write_read_write_err() localVariable
643 let mut file = MockFile::default(); in write_read_flush_err() localVariable
657 let mut file = File::from_std(file); in write_read_flush_err() localVariable
677 let mut file = MockFile::default(); in write_seek_write_err() localVariable
689 let mut file = File::from_std(file); in write_seek_write_err() localVariable
709 let mut file = MockFile::default(); in write_seek_flush_err() localVariable
721 let mut file = File::from_std(file); in write_seek_flush_err() localVariable
741 let mut file = MockFile::default(); in sync_all_ordered_after_write() localVariable
750 let mut file = File::from_std(file); in sync_all_ordered_after_write() localVariable
772 let mut file = MockFile::default(); in sync_all_err_ordered_after_write() localVariable
783 let mut file = File::from_std(file); in sync_all_err_ordered_after_write() localVariable
805 let mut file = MockFile::default(); in sync_data_ordered_after_write() localVariable
814 let mut file = File::from_std(file); in sync_data_ordered_after_write() localVariable
836 let mut file = MockFile::default(); in sync_data_err_ordered_after_write() localVariable
847 let mut file = File::from_std(file); in sync_data_err_ordered_after_write() localVariable
869 let mut file = MockFile::default(); in open_set_len_ok() localVariable
872 let file = File::from_std(file); in open_set_len_ok() localVariable
885 let mut file = MockFile::default(); in open_set_len_err() localVariable
890 let file = File::from_std(file); in open_set_len_err() localVariable
903 let mut file = MockFile::default(); in partial_read_set_len_ok() localVariable
931 let mut file = File::from_std(file); in partial_read_set_len_ok() localVariable
951 let n = assert_ready_ok!(t.poll()); in partial_read_set_len_ok() localVariable