Home
last modified time | relevance | path

Searched refs:RemoveLastPathComponent (Results 1 – 6 of 6) sorted by relevance

/llvm-project/lldb/unittests/Utility/
H A DFileSpecTest.cpp344 TEST(FileSpecTest, RemoveLastPathComponent) { in TEST() argument
347 EXPECT_TRUE(fs_posix.RemoveLastPathComponent()); in TEST()
349 EXPECT_TRUE(fs_posix.RemoveLastPathComponent()); in TEST()
351 EXPECT_TRUE(fs_posix.RemoveLastPathComponent()); in TEST()
353 EXPECT_FALSE(fs_posix.RemoveLastPathComponent()); in TEST()
358 EXPECT_TRUE(fs_posix_relative.RemoveLastPathComponent()); in TEST()
360 EXPECT_TRUE(fs_posix_relative.RemoveLastPathComponent()); in TEST()
362 EXPECT_FALSE(fs_posix_relative.RemoveLastPathComponent()); in TEST()
367 EXPECT_FALSE(fs_posix_relative2.RemoveLastPathComponent()); in TEST()
369 EXPECT_FALSE(fs_posix_relative.RemoveLastPathComponent()); in TEST()
[all …]
/llvm-project/lldb/source/Plugins/SymbolVendor/MacOSX/
H A DSymbolVendorMacOSX.cpp255 build_path.RemoveLastPathComponent(); in CreateInstance()
256 build_path.RemoveLastPathComponent(); in CreateInstance()
257 source_path.RemoveLastPathComponent(); in CreateInstance()
258 source_path.RemoveLastPathComponent(); in CreateInstance()
/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
H A DSymbolLocatorDebugSymbols.cpp399 dsym_directory.RemoveLastPathComponent(); in LookForDsymNextToExecutablePath()
441 dsym_yaa_fspec.RemoveLastPathComponent(); in LookForDsymNextToExecutablePath()
487 parent_dirs.RemoveLastPathComponent(); in LocateDSYMInVincinityOfExecutable()
517 parent_dirs.RemoveLastPathComponent(); in LocateDSYMInVincinityOfExecutable()
920 build_path.RemoveLastPathComponent(); in GetModuleSpecInfoFromUUIDDictionary()
921 build_path.RemoveLastPathComponent(); in GetModuleSpecInfoFromUUIDDictionary()
922 source_path.RemoveLastPathComponent(); in GetModuleSpecInfoFromUUIDDictionary()
923 source_path.RemoveLastPathComponent(); in GetModuleSpecInfoFromUUIDDictionary()
/llvm-project/lldb/include/lldb/Utility/
H A DFileSpec.h394 bool RemoveLastPathComponent();
/llvm-project/lldb/source/Utility/
H A DFileSpec.cpp458 bool FileSpec::RemoveLastPathComponent() { in RemoveLastPathComponent() function in FileSpec
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp310 this_file.RemoveLastPathComponent(); // _lldb.pyd or _lldb_d.pyd in GetInterpreterInfo()
311 this_file.RemoveLastPathComponent(); // lldb in GetInterpreterInfo()
316 this_file.RemoveLastPathComponent(); in GetInterpreterInfo()