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