Searched refs:dev_null_path (Results 1 – 1 of 1) sorted by relevance
5297 const char *const dev_null_path = "/dev/null"; in layer3_fs_tag_inode() local5304 EXPECT_EQ(0, test_open(dev_null_path, O_RDONLY | O_CLOEXEC)); in layer3_fs_tag_inode()5313 EXPECT_EQ(EACCES, test_open(dev_null_path, O_RDONLY | O_CLOEXEC)); in layer3_fs_tag_inode()5325 EXPECT_EQ(EACCES, test_open(dev_null_path, O_RDONLY | O_CLOEXEC)); in layer3_fs_tag_inode()