Searched defs:testFile (Results 1 – 7 of 7) sorted by relevance
/prebuilts/go/linux-x86/src/archive/tar/ |
D | tar_test.go | 30 type testFile struct { struct 31 ops fileOps 32 pos int64 35 func (f *testFile) Read(b []byte) (int, error) { 57 func (f *testFile) Write(b []byte) (int, error) { 81 func (f *testFile) Seek(pos int64, whence int) (int64, error) {
|
/prebuilts/go/linux-x86/src/crypto/x509/ |
D | root_unix_test.go | 22 testFile = "test-file.crt" const
|
/prebuilts/go/linux-x86/src/compress/lzw/ |
D | writer_test.go | 26 func testFile(t *testing.T, fn string, order Order, litWidth int) { func
|
/prebuilts/go/linux-x86/src/cmd/gofmt/ |
D | long_test.go | 46 func testFile(t *testing.T, b1, b2 *bytes.Buffer, filename string) { func
|
/prebuilts/go/linux-x86/src/mime/multipart/ |
D | formdata_test.go | 108 func testFile(t *testing.T, fh *FileHeader, efn, econtent string) File { func
|
/prebuilts/go/linux-x86/src/net/ |
D | splice_linux_test.go | 167 func (tc spliceTestCase) testFile(t *testing.T) { func
|
/prebuilts/go/linux-x86/src/net/http/ |
D | fs_test.go | 38 testFile = "testdata/file" const
|