Searched refs:t3584f101 (Results 1 – 1 of 1) sorted by relevance
/system/vold/ |
D | BenchmarkGen.h | 3699 int t3584f101 = TEMP_FAILURE_RETRY(open("file158", O_RDONLY|O_LARGEFILE|O_CLOEXEC)); in BenchmarkRun() local 3700 TEMP_FAILURE_RETRY(pread(t3584f101, buf, 1, 0)); in BenchmarkRun() 3701 close(t3584f101); in BenchmarkRun() 3704 t3584f101 = TEMP_FAILURE_RETRY(open("file158", O_RDONLY|O_LARGEFILE|O_CLOEXEC)); in BenchmarkRun() 3705 TEMP_FAILURE_RETRY(pread(t3584f101, buf, 1, 0)); in BenchmarkRun() 3706 close(t3584f101); in BenchmarkRun() 3716 t3584f101 = TEMP_FAILURE_RETRY(open("file158", O_RDONLY|O_LARGEFILE|O_CLOEXEC)); in BenchmarkRun() 3717 TEMP_FAILURE_RETRY(pread(t3584f101, buf, 1, 0)); in BenchmarkRun() 3718 close(t3584f101); in BenchmarkRun()
|