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