Searched refs:status_fd (Results 1 – 1 of 1) sorted by relevance
203 int status_fd; in FIXTURE() local213 self->status_fd = open(status_file, O_RDONLY); in FIXTURE_SETUP()214 ASSERT_NE(-1, self->status_fd); in FIXTURE_SETUP()225 close(self->status_fd); in FIXTURE_TEARDOWN()