Searched refs:file_r (Results 1 – 1 of 1) sorted by relevance
3689 const char *const file_r = file1_s1d1; in TEST_F_FORK() local3694 .path = file_r, in TEST_F_FORK()3720 EXPECT_EQ(0, test_truncate(file_r)); in TEST_F_FORK()3721 EXPECT_EQ(0, test_open(file_r, O_RDONLY | O_TRUNC)); in TEST_F_FORK()3722 EXPECT_EQ(EACCES, test_open(file_r, O_WRONLY | O_TRUNC)); in TEST_F_FORK()3723 EXPECT_EQ(EACCES, test_creat(file_r)); in TEST_F_FORK()