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

References

tools/lldb/unittests/Utility/FileSpecTest.cpp
   76   fs_posix.AppendPathComponent("bar");
   77   EXPECT_STREQ("/foo/bar", fs_posix.GetCString());
   78   EXPECT_STREQ("/foo", fs_posix.GetDirectory().GetCString());
   79   EXPECT_STREQ("bar", fs_posix.GetFilename().GetCString());