Searched refs:temp_file_ro_fd (Results 1 – 1 of 1) sorted by relevance
98 int temp_file_ro_fd = unix_open(temp_file.path, O_RDONLY); in TEST() local99 EXPECT_TRUE(temp_file_ro_fd >= 0); in TEST()100 EXPECT_EQ(0, unix_isatty(temp_file_ro_fd)); in TEST()101 EXPECT_EQ(0, unix_close(temp_file_ro_fd)); in TEST()