Searched refs:temp_fd (Results 1 – 1 of 1) sorted by relevance
512 int temp_fd; in perf_setup() local523 temp_fd = *fd = open(temp_path, O_RDWR | O_CREAT); in perf_setup()525 T_ASSERT_GE_INT(temp_fd, 0, "Open temporary file for read/write"); in perf_setup()526 atexit_b(^{ close(temp_fd); }); in perf_setup()527 fcntl(temp_fd, F_NOCACHE, 1); in perf_setup()