Searched refs:file_r (Results 1 – 1 of 1) sorted by relevance
3315 const char *const file_r = file1_s1d1; in TEST_F_FORK() local3320 .path = file_r, in TEST_F_FORK()3346 EXPECT_EQ(0, test_truncate(file_r)); in TEST_F_FORK()3347 EXPECT_EQ(0, test_open(file_r, O_RDONLY | O_TRUNC)); in TEST_F_FORK()3348 EXPECT_EQ(EACCES, test_open(file_r, O_WRONLY | O_TRUNC)); in TEST_F_FORK()3349 EXPECT_EQ(EACCES, test_creat(file_r)); in TEST_F_FORK()