Searched refs:tempfile (Results 1 - 1 of 1) sorted by relevance

/system/extras/tests/bionic/libc/other/
H A Dtest_zlib.c178 char tempfile[256]; local
215 sprintf(tempfile, "/tmp/ztest.%d", getpid() );
235 out = fopen( tempfile, "wb" );
237 fprintf(stderr, "could not create '%s': %s\n", tempfile, strerror(errno));
253 f = fopen( tempfile, "rb" );
265 unlink(tempfile);

Completed in 333 milliseconds