Home
last modified time | relevance | path

Searched refs:temp_fd (Results 1 – 1 of 1) sorted by relevance

/xnu-10002.41.9/tests/
H A Ddisk_mount_conditioner.c512 int temp_fd; in perf_setup() local
523 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()