Searched refs:t3492f41 (Results 1 – 1 of 1) sorted by relevance
1201 int t3492f41 = TEMP_FAILURE_RETRY(open("file31", O_RDONLY|O_LARGEFILE|O_CLOEXEC)); in BenchmarkRun() local1202 TEMP_FAILURE_RETRY(pread(t3492f41, buf, 1, 0)); in BenchmarkRun()1203 close(t3492f41); in BenchmarkRun()1208 t3492f41 = TEMP_FAILURE_RETRY(open("file31", O_RDONLY|O_LARGEFILE|O_CLOEXEC)); in BenchmarkRun()1209 TEMP_FAILURE_RETRY(pread(t3492f41, buf, 1, 0)); in BenchmarkRun()1210 close(t3492f41); in BenchmarkRun()