Searched refs:file_r (Results 1 – 1 of 1) sorted by relevance
3494 const char *const file_r = file1_s1d1; in TEST_F_FORK() local3499 .path = file_r, in TEST_F_FORK()3525 EXPECT_EQ(0, test_truncate(file_r)); in TEST_F_FORK()3526 EXPECT_EQ(0, test_open(file_r, O_RDONLY | O_TRUNC)); in TEST_F_FORK()3527 EXPECT_EQ(EACCES, test_open(file_r, O_WRONLY | O_TRUNC)); in TEST_F_FORK()3528 EXPECT_EQ(EACCES, test_creat(file_r)); in TEST_F_FORK()