Searched refs:t3575f29 (Results 1 – 1 of 1) sorted by relevance
3479 int t3575f29 = TEMP_FAILURE_RETRY(open("file16", O_RDWR|O_CREAT|O_EXCL|O_LARGEFILE, 0)); in BenchmarkRun() local3480 TEMP_FAILURE_RETRY(write(t3575f29, buf, 17344)); in BenchmarkRun()3481 close(t3575f29); in BenchmarkRun()