Lines Matching full:once
15 file.expect_inner_read().once().returning(|buf| { in open_read()
41 file.expect_inner_read().once().returning(|buf| { in read_twice_before_dispatch()
65 file.expect_inner_read().once().returning(|buf| { in read_with_smaller_buf()
103 .once() in read_with_bigger_buf()
110 .once() in read_with_bigger_buf()
158 .once() in read_err_then_read_success()
162 .once() in read_err_then_read_success()
199 .once() in open_write()
254 .once() in read_with_buffer_larger_than_max()
261 .once() in read_with_buffer_larger_than_max()
268 .once() in read_with_buffer_larger_than_max()
275 .once() in read_with_buffer_larger_than_max()
326 .once() in write_with_buffer_larger_than_max()
331 .once() in write_with_buffer_larger_than_max()
336 .once() in write_with_buffer_larger_than_max()
341 .once() in write_with_buffer_larger_than_max()
376 .once() in write_twice_before_dispatch()
381 .once() in write_twice_before_dispatch()
416 .once() in incomplete_read_followed_by_write()
423 .once() in incomplete_read_followed_by_write()
428 .once() in incomplete_read_followed_by_write()
456 .once() in incomplete_partial_read_followed_by_write()
463 .once() in incomplete_partial_read_followed_by_write()
468 .once() in incomplete_partial_read_followed_by_write()
500 .once() in incomplete_read_followed_by_flush()
507 .once() in incomplete_read_followed_by_flush()
512 .once() in incomplete_read_followed_by_flush()
540 .once() in incomplete_flush_followed_by_write()
545 .once() in incomplete_flush_followed_by_write()
575 .once() in read_err()
595 .once() in write_write_err()
614 .once() in write_read_write_err()
618 .once() in write_read_write_err()
648 .once() in write_read_flush_err()
652 .once() in write_read_flush_err()
682 .once() in write_seek_write_err()
686 .once() in write_seek_write_err()
714 .once() in write_seek_flush_err()
718 .once() in write_seek_flush_err()
746 .once() in sync_all_ordered_after_write()
750 file.expect_sync_all().once().returning(|| Ok(())); in sync_all_ordered_after_write()
777 .once() in sync_all_err_ordered_after_write()
782 .once() in sync_all_err_ordered_after_write()
810 .once() in sync_data_ordered_after_write()
814 file.expect_sync_data().once().returning(|| Ok(())); in sync_data_ordered_after_write()
841 .once() in sync_data_err_ordered_after_write()
846 .once() in sync_data_err_ordered_after_write()
908 .once() in partial_read_set_len_ok()
915 .once() in partial_read_set_len_ok()
920 .once() in partial_read_set_len_ok()
925 .once() in partial_read_set_len_ok()
964 .once() in busy_file_seek_error()