Home | History | Annotate | Download | only in os

Lines Matching full:whence

1136 		whence int
1150 off, err := f.Seek(tt.in, tt.whence)
1157 t.Errorf("#%d: Seek(%v, %v) = %v, %v want %v, nil", i, tt.in, tt.whence, off, err, tt.out)