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

Declarations

tools/lldb/include/lldb/Utility/FileSpec.h
  412   bool RemoveLastPathComponent();

References

tools/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
 1331         xcode_select_path.RemoveLastPathComponent();
 1717     while (platform_pull_upart.RemoveLastPathComponent()) {
tools/lldb/source/Symbol/LocateSymbolFile.cpp
   81   dsym_directory.RemoveLastPathComponent();
  123   dsym_yaa_fspec.RemoveLastPathComponent();
  168       parent_dirs.RemoveLastPathComponent();
  198         parent_dirs.RemoveLastPathComponent();
tools/lldb/unittests/Utility/FileSpecTest.cpp
  344   EXPECT_TRUE(fs_posix.RemoveLastPathComponent());
  346   EXPECT_TRUE(fs_posix.RemoveLastPathComponent());
  348   EXPECT_TRUE(fs_posix.RemoveLastPathComponent());
  350   EXPECT_FALSE(fs_posix.RemoveLastPathComponent());
  355   EXPECT_TRUE(fs_posix_relative.RemoveLastPathComponent());
  357   EXPECT_TRUE(fs_posix_relative.RemoveLastPathComponent());
  359   EXPECT_FALSE(fs_posix_relative.RemoveLastPathComponent());
  364   EXPECT_FALSE(fs_posix_relative2.RemoveLastPathComponent());
  366   EXPECT_FALSE(fs_posix_relative.RemoveLastPathComponent());
  371   EXPECT_TRUE(fs_windows.RemoveLastPathComponent());
  373   EXPECT_TRUE(fs_windows.RemoveLastPathComponent());
  375   EXPECT_TRUE(fs_windows.RemoveLastPathComponent());
  377   EXPECT_TRUE(fs_windows.RemoveLastPathComponent());
  379   EXPECT_FALSE(fs_windows.RemoveLastPathComponent());