Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
374 EXPECT_TRUE(fs_windows.RemoveLastPathComponent()); in TEST()
376 EXPECT_TRUE(fs_windows.RemoveLastPathComponent()); in TEST()
378 EXPECT_TRUE(fs_windows.RemoveLastPathComponent()); in TEST()
380 EXPECT_TRUE(fs_windows.RemoveLastPathComponent()); in TEST()
[all …]
/llvm-project-15.0.7/lldb/source/Plugins/SymbolVendor/MacOSX/
H A DSymbolVendorMacOSX.cpp251 build_path.RemoveLastPathComponent(); in CreateInstance()
252 build_path.RemoveLastPathComponent(); in CreateInstance()
253 source_path.RemoveLastPathComponent(); in CreateInstance()
254 source_path.RemoveLastPathComponent(); in CreateInstance()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DLocateSymbolFile.cpp84 dsym_directory.RemoveLastPathComponent(); in LookForDsymNextToExecutablePath()
126 dsym_yaa_fspec.RemoveLastPathComponent(); in LookForDsymNextToExecutablePath()
172 parent_dirs.RemoveLastPathComponent(); in LocateDSYMInVincinityOfExecutable()
202 parent_dirs.RemoveLastPathComponent(); in LocateDSYMInVincinityOfExecutable()
H A DLocateSymbolFileMacOSX.cpp450 build_path.RemoveLastPathComponent(); in GetModuleSpecInfoFromUUIDDictionary()
451 build_path.RemoveLastPathComponent(); in GetModuleSpecInfoFromUUIDDictionary()
452 source_path.RemoveLastPathComponent(); in GetModuleSpecInfoFromUUIDDictionary()
453 source_path.RemoveLastPathComponent(); in GetModuleSpecInfoFromUUIDDictionary()
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DFileSpec.h394 bool RemoveLastPathComponent();
/llvm-project-15.0.7/lldb/source/Utility/
H A DFileSpec.cpp445 bool FileSpec::RemoveLastPathComponent() { in RemoveLastPathComponent() function in FileSpec
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp308 this_file.RemoveLastPathComponent(); // _lldb.pyd or _lldb_d.pyd in SharedLibraryDirectoryHelper()
309 this_file.RemoveLastPathComponent(); // lldb in SharedLibraryDirectoryHelper()
314 this_file.RemoveLastPathComponent(); in SharedLibraryDirectoryHelper()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp1215 while (platform_pull_upart.RemoveLastPathComponent()) { in FindBundleBinaryInExecSearchPaths()