reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
256 EXPECT_FALSE(O->getRealPath("/foo", RealPath)); 257 EXPECT_EQ(RealPath.str(), "/foo"); 260 EXPECT_FALSE(O->getRealPath("/lower_link", RealPath)); 261 EXPECT_EQ(RealPath.str(), "/symlink"); 264 EXPECT_EQ(O->getRealPath("/upper_link", RealPath), 269 EXPECT_FALSE(O->getRealPath("/upper_link", RealPath)); 270 EXPECT_EQ(RealPath.str(), "/symlink");