Searched refs:t3483f27 (Results 1 – 1 of 1) sorted by relevance
498 int t3483f27 = TEMP_FAILURE_RETRY(open("file20", O_RDONLY|O_LARGEFILE|O_CLOEXEC)); in BenchmarkRun() local499 TEMP_FAILURE_RETRY(pread(t3483f27, buf, 1, 0)); in BenchmarkRun()500 close(t3483f27); in BenchmarkRun()544 t3483f27 = TEMP_FAILURE_RETRY(open("file20", O_RDONLY|O_LARGEFILE|O_CLOEXEC)); in BenchmarkRun()545 TEMP_FAILURE_RETRY(pread(t3483f27, buf, 1, 0)); in BenchmarkRun()546 close(t3483f27); in BenchmarkRun()