Searched defs:tempFile (Results 1 – 2 of 2) sorted by relevance
54 type tempFile struct { struct56 io.Writer58 file *os.File59 testBuf *strings.Builder81 func (t *tempFile) close() error {88 func (t *tempFile) name() string {95 func (t *tempFile) rename(to string) {105 func (t *tempFile) remove() error {
97 private File tempFile(BackportedFix fix) throws IOException { in tempFile() method in ParserTest