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

References

tools/lldb/unittests/Utility/FileSpecTest.cpp
  354   EXPECT_STREQ("foo/bar/baz", fs_posix_relative.GetCString());
  355   EXPECT_TRUE(fs_posix_relative.RemoveLastPathComponent());
  356   EXPECT_STREQ("foo/bar", fs_posix_relative.GetCString());
  357   EXPECT_TRUE(fs_posix_relative.RemoveLastPathComponent());
  358   EXPECT_STREQ("foo", fs_posix_relative.GetCString());
  359   EXPECT_FALSE(fs_posix_relative.RemoveLastPathComponent());
  360   EXPECT_STREQ("foo", fs_posix_relative.GetCString());
  366   EXPECT_FALSE(fs_posix_relative.RemoveLastPathComponent());