Searched refs:t3540f106 (Results 1 – 1 of 1) sorted by relevance
/system/vold/ |
D | BenchmarkGen.h | 3970 int t3540f106 = TEMP_FAILURE_RETRY(open("file174", O_RDONLY|O_LARGEFILE|O_CLOEXEC)); in BenchmarkRun() local 3971 TEMP_FAILURE_RETRY(pread(t3540f106, buf, 1, 0)); in BenchmarkRun() 3972 close(t3540f106); in BenchmarkRun() 3976 t3540f106 = TEMP_FAILURE_RETRY(open("file174", O_RDONLY|O_LARGEFILE|O_CLOEXEC)); in BenchmarkRun() 3977 TEMP_FAILURE_RETRY(pread(t3540f106, buf, 1, 0)); in BenchmarkRun() 3978 close(t3540f106); in BenchmarkRun() 3980 t3540f106 = TEMP_FAILURE_RETRY(open("file174", O_RDONLY|O_LARGEFILE|O_CLOEXEC)); in BenchmarkRun() 3981 TEMP_FAILURE_RETRY(pread(t3540f106, buf, 1, 0)); in BenchmarkRun() 3982 close(t3540f106); in BenchmarkRun()
|