reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

unittests/Support/VirtualFileSystemTest.cpp
 1999   EXPECT_FALSE(FS->getRealPath("/foo", RealPath));
 2000   EXPECT_EQ(RealPath.str(), "/foo");
 2003   EXPECT_FALSE(FS->getRealPath("//root/bar", RealPath));
 2004   EXPECT_EQ(RealPath.str(), "/symlink");
 2007   EXPECT_FALSE(FS->getRealPath("//dir/", RealPath));
 2008   EXPECT_EQ(RealPath.str(), "//dir/");
 2011   EXPECT_EQ(FS->getRealPath("/non_existing", RealPath),