Searched refs:file_r (Results 1 – 1 of 1) sorted by relevance
3705 const char *const file_r = file1_s1d1; in TEST_F_FORK() local3710 .path = file_r, in TEST_F_FORK()3736 EXPECT_EQ(0, test_truncate(file_r)); in TEST_F_FORK()3737 EXPECT_EQ(0, test_open(file_r, O_RDONLY | O_TRUNC)); in TEST_F_FORK()3738 EXPECT_EQ(EACCES, test_open(file_r, O_WRONLY | O_TRUNC)); in TEST_F_FORK()3739 EXPECT_EQ(EACCES, test_creat(file_r)); in TEST_F_FORK()